Using numeric keys:


SUBMITTED BY: henry1874w

DATE: June 26, 2017, 5:01 p.m.

FORMAT: Text only

SIZE: 82 Bytes

HITS: 263

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

comments powered by Disqus