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