Search Results

  1. The offsetGet purpose CachingIterator::offsetGet (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::offsetGet — The offsetGet purpose

  2. 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 ...

  3. L'élément à lire à la position donnée. Méthode PHP CachingIterator::offsetGet.

  4. 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 ...

  5. www.php-resource.de › en › php-manual- PHP-Resource

    CachingIterator::offsetGet (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::offsetGet — The offsetGet purpose

  6. 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 ...

  7. 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 ...