array()
array - Create an array
Syntax
array array ()
Arguments
-
Description
Creates an array. Read the section on the array typefor more information on what an array is.
Version
PHP 4, 5
Return value
Returns an array of the parameters. The parameters can be given an index with the =>operator. Read the section on the array typefor more information on what an array is.