|
SplObjectStorage::count(PHP 5 >= 5.1.0) SplObjectStorage::count — Returns the number of objects in the storage Описание
public int SplObjectStorage::count
( void
)
Counts the number of objects in the storage. Список параметровУ этой функции нет параметров. Возвращаемые значенияThe number of objects in the storage. Примеры
Пример #1 SplObjectStorage::count() example
<?php Результатом выполнения данного примера будет что-то подобное: int(2) int(2) Смотрите также
|
|