|
SplObjectStorage::countReturns the number of objects in the storage Description
public int SplObjectStorage::count(int
$mode = COUNT_NORMAL )Counts the number of objects in the storage. Parameters
Return ValuesThe number of objects in the storage. Examples
Example #1 SplObjectStorage::count example
The above example will output something similar to: int(2) int(2) See Also
|