list()
list - Assign variables as if they were an array
Syntax
array list (
mixed $varname,
mixed $...)
Arguments
Description
Like array(), this is not really a function, but a language construct. list() is used to assign a list of variables in one operation.
Version
PHP 4, 5
Return value
Returns the assigned array.