Skip to content

Instantly share code, notes, and snippets.

@virtualmayur
Last active December 3, 2015 11:42
Show Gist options
  • Save virtualmayur/0e6b3bb3dfc6d17def9f to your computer and use it in GitHub Desktop.
Save virtualmayur/0e6b3bb3dfc6d17def9f to your computer and use it in GitHub Desktop.
<?php
$array1 = array(1,2,3,4);
$array2 = array(1,2,3,4);
print "<pre>";
print_r(array_map(null,$array1,$array2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment