Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$a1=array("red","green");
$a2=array("blue","yellow");
print_r(array_merge($a1,$a2));
?>
</body>
<!-- Mirrored from www.mdssup.ma/php/phptryit.asp?filename=tryphp_func_array_merge by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:01:42 GMT -->
</html>