App下载

demo_func_array_merge2 在线工具

demo_func_array_merge2 在线工具

<?php
$a=array(3=>"red",4=>"green");
print_r(array_merge($a));
?>
运行结果