| 
 | SplObjectStorage::countReturns the number of objects in the storage Description
   public int SplObjectStorage::count
    ( void
   ) Counts the number of objects in the storage. ParametersThis function has no parameters. Return ValuesThe number of objects in the storage. Examples
 Example #1 SplObjectStorage::count example 
<?phpThe above example will output something similar to: int(2) int(2) See Also
 
 |