This PHP function will return all the values of the array in an indexed array.
read moreAssign variables as if they were an array, at least that’s the definition on php.net. I would say it assigns the elements of the array to variables, variables that will be created when we pass them as parameters to list.
read more