| 
 | 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 
<?phpThe above example will output: 5 10 Notes
 See Also
 |