|
SplFixedArray::getSizeGets the size of the array Description
public int SplFixedArray::getSize
( void
)
Gets the size of the array. ParametersThis function has no parameters. Return ValuesReturns the size of the array, as an integer. Examples
Example #1 SplFixedArray::getSize example
<?php The above example will output: 5 10 Notes
See Also
|