CachingIterator::count

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

CachingIterator::countThe number of elements in the iterator

Açıklama

public CachingIterator::count(): int
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

May return the number of elements in the iterator.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

The count of the elements iterated over.

add a note add a note

User Contributed Notes

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