開始從所述第三數組元素中的切片,並返回數組中的元素的其餘部分:. <?php $a=array("red","green","blue","yellow","brown"); print_r(array_slice($a,2));
確定! 回上一頁