functionarrayRecursive_o(&$array, $function, $apply_to_keys_also = false) { foreach($array as $key => $value) { if(is_array($value)) {
確定! 回上一頁