PHP array_values function

This PHP function will return all the values of the array in an indexed array.

read more
PHP list constructor

Assign 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