[php]array_map 使用函數到陣列單元上 (PHP 4 >= 4.0.6, PHP 5) 官方範例: <?php function cube($n) { return($n * $n * $n); } $a = array(1, 2, 3, ...
確定! 回上一頁