Mega Code Archive

 
Categories / Php / Data Type
 

Creates an array with keys 0 through 3

<?php     $myarray = array('a', 'b', 'c', 'd'); ?>