QuickHashIntSet::getSize(PECL quickhash >= Unknown) QuickHashIntSet::getSize — Returns the number of elements in the set Описание
publicint QuickHashIntSet::getSize ( void
)
Returns the number of elements in the set. Список параметров
Возвращаемые значенияThe number of elements in the set. Примеры
Пример #1 QuickHashIntSet::getSize() example
<?phpРезультатом выполнения данного примера будет что-то подобное: bool(true) bool(true) int(2) |
||