App下载

demo_func_array_pad2 在线工具

demo_func_array_pad2 在线工具

<?php
$a=array("red","green");
print_r(array_pad($a,-5,"blue"));
?>
运行结果