PHP array Introduction.

An array in PHP is actually an ordered map. It is used to hold multiple values of similar type in a single variable.

Code :