时间:2021-07-01 10:21:17 帮助过:13人阅读
0?$e[$j][$n-1]:"";
$ct += $n>0?1:0;
$m = (int)($m/$elem_size[$j]);
}
if ($ct>=2)
$all[] = $item;
}
return $all;
}
$ret = get_all($foo);
print_r($ret);
?>