|
SplObjectStorage::countReturns the number of objects in the storage Beschreibung
public int SplObjectStorage::count
( void
)
Counts the number of objects in the storage. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe number of objects in the storage. Beispiele
Beispiel #1 SplObjectStorage::count example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(2) int(2) Siehe auch
|