Assign null as the function name:


SUBMITTED BY: henry1874w

DATE: June 25, 2017, 2:24 p.m.

FORMAT: Text only

SIZE: 99 Bytes

HITS: 211

  1. <?php
  2. $a1=array("Dog","Cat");
  3. $a2=array("Puppy","Kitten");
  4. print_r(array_map(null,$a1,$a2));
  5. ?>

comments powered by Disqus