Fill an array with values:


SUBMITTED BY: henry1874w

DATE: June 23, 2017, 9:24 p.m.

FORMAT: Text only

SIZE: 53 Bytes

HITS: 241

  1. <?php
  2. $a1=array_fill(3,4,"blue");
  3. print_r($a1);
  4. ?>

comments powered by Disqus