Dutch PHP Conference 2025 - Call For Papers

CachingIterator::count

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

CachingIterator::countThe number of elements in the iterator

Опис

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

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

May return the number of elements in the iterator.

Параметри

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

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

The count of the elements iterated over.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top