An array stores multiple values in a single variable. Each element in the array has its own index so that it can be easily accessed. The index can be integer and string. value may be any value of any PHP type.
An array stores multiple values in a single variable.Each element in the array has its own index so that it can be easily accessed.The index can be integer and string.value may be any value of any PHP type.