array_map () 返回一个数组,该数组包含了 arr1 中的所有单元经过 callback 作用 ... <?php function cube($n) { return($n * $n * $n); } $a = array(1, 2, 3, 4, 5);
確定! 回上一頁