|
SplFixedArray::setSizeChange the size of an array Description
public bool SplFixedArray::setSize(int
$size )
Change the size of an array to the new size of Parameters
Return Values
Returns Errors/Exceptions
Throws InvalidArgumentException when
Raises Examples
Example #1 SplFixedArray::setSize example
The above example will output: 5 10 |