An array is a data structure that store multiple values in single variable. In PHP to create an array, array() function is used.
An array is a data structure that store multiple values in single variable. In PHP to create an array, array() function is used.