Show the return value:


SUBMITTED BY: henry1874w

DATE: June 26, 2017, 4:59 p.m.

FORMAT: Text only

SIZE: 81 Bytes

HITS: 250

  1. <?php
  2. $a=array("a"=>"red","b"=>"green");
  3. print_r(array_unshift($a,"blue"));
  4. ?>

comments powered by Disqus