PHP: list - Manual - PHP: Hypertext Preprocessor
list (PHP 4, PHP 5) list — Assign variables as if they were an array Description array list ( mixed $var1 [, mixed $...] ) Like array(), this is not really a function, but a language construct. list() is used to assign a list of variables in one operation...