list

Example

 array list ( mixed $varname [, mixed $... ] ) 

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.

Return Values

Returns the assigned array.