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