Search Results
The offsetGet purpose CachingIterator::offsetGet (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::offsetGet — The offsetGet purpose
Table of Contents CachingIterator::__construct — Construct a new CachingIterator object for the iterator CachingIterator::count — The number of elements in the iterator CachingIterator::current — Return the current element CachingIterator::getCache — Retrieve the contents of the cache CachingIterator::getFlags — Get flags used CachingIterator::hasNext — Check whether the inner ...
L'élément à lire à la position donnée. Méthode PHP CachingIterator::offsetGet.
Table of Contents CachingIterator::__construct — Construct a new CachingIterator object for the iterator. CachingIterator::count — The number of elements in the iterator CachingIterator::current — Return the current element CachingIterator::getCache — Retrieve the contents of the cache CachingIterator::getFlags — Get flags used CachingIterator::getInnerIterator — Returns the inner ...
CachingIterator::offsetGet (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::offsetGet — The offsetGet purpose
Table of Contents CachingIterator::__construct — Construct a new CachingIterator object for the iterator. CachingIterator::count — The number of elements in the iterator CachingIterator::current — Return the current element CachingIterator::getCache — The getCache purpose CachingIterator::getFlags — Get flags used CachingIterator::getInnerIterator — Returns the inner iterator ...
The CachingIterator class Introduction (PHP 5, PHP 7) This object supports cached iteration over another iterator. Class synopsis CachingIterator extends IteratorIterator implements OuterIterator , ArrayAccess , Countable { /* Constants */ const int CALL_TOSTRING = 1 ; const int CATCH_GET_CHILD = 16 ; const int TOSTRING_USE_KEY = 2 ; const int TOSTRING_USE_CURRENT = 4 ; const int TOSTRING_USE ...
