|
SplFixedArray::__constructConstructs a new fixed array Description
public SplFixedArray::__construct(int
$size = 0)
Initializes a fixed array with a number of Parameters
Errors/Exceptions
Throws a ValueError when Changelog
Examples
Example #1 SplFixedArray::__construct example
The above example will output: NULL int(2) NULL NULL string(3) "foo" |