CachingIterator::count

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

CachingIterator::countThe number of elements in the iterator

Descrição

public CachingIterator::count(): int
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

May return the number of elements in the iterator.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The count of the elements iterated over.

add a note

User Contributed Notes

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