Arrays - English

15420 visits



Outline:

Arrays An array stores multiple values in one single variable. Numeric array - An array with a numeric index. Associative array - An array where each ID key is associated with a value. Ex. Numeric Array: $fruits=array("Apple","Mango","Banana","Grapes");