1 of 1

PHP Array Function

PHP array is used to store and hold more than one data in a single variable. php provides many variable array functions to access and manipulate the elements of an array. in other words PHP array() function just creates and returns an array and It allows you to create indexed, associative and multidimensional arrays. visit to get more..