list

 array list ( mixed $varname [, 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.

戻り値

Returns the assigned array.