An array with string keys:


SUBMITTED BY: henry1874w

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

FORMAT: Text only

SIZE: 92 Bytes

HITS: 235

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

comments powered by Disqus