App下载

demo_func_array_slice 在线工具

demo_func_array_slice 在线工具

<?php
$a=array("red","green","blue","yellow","brown");
print_r(array_slice($a,2));
?>
运行结果