CachingIterator::count
PHP Manual
PHP Manual»CachingIterator»CachingIterator::count

CachingIterator::count

(PHP 5 >= 5.2.2, PHP 7, PHP 8)

CachingIterator::countThe number of elements in the iterator

Опис

public function CachingIterator::count(): int
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

May return the number of elements in the iterator.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The count of the elements iterated over.

To Top