|
SplFixedArray::countReturns the size of the array Description
public int SplFixedArray::count()
Returns the size of the array. ParametersThis function has no parameters. Return ValuesReturns the size of the array. Examples
Example #1 SplFixedArray::count example
The above example will output: 5 5 Notes
See Also
|