To the Linux Hosting professionals, Array provides a method of grouping a set of variables. Professionals can create a single array variable and store the other variables.
Syntax: $ name[index] = value;
Example:
$ fruit [0] = apple;
$ fruit [1] = orange;

