Arrays - English

This is a sample video. To access the full content,
please Login

17571 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");