PHP array_map() 函数. ... <?php function myfunction($v) { return($v*$v); } $a=array(1,2,3,4,5); print_r( array_map("myfunction",$a) ); ?>.
確定! 回上一頁