Search Results

  1. NoRewindIterator::current (PHP 5 >= 5.1.0, PHP 7, PHP 8) NoRewindIterator::current — Get the current value

  2. NoRewindIterator::__construct — Construct a NoRewindIterator NoRewindIterator::current — Get the current value NoRewindIterator::key — Get the current key NoRewindIterator::next — Forward to the next element NoRewindIterator::rewind — Prevents the rewind operation on the inner iterator NoRewindIterator::valid — Validates the iterator

  3. Simple usage example of `NoRewindIterator::current ()`. NoRewindIterator::current is a PHP function that retrieves the current value within a NoRewindIterator object. This function returns the value of the element that is currently being pointed to by the iterator.

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

    NoRewindIterator::current (PHP 5 >= 5.1.0, PHP 7, PHP 8) NoRewindIterator::current — Get the current value

  5. NoRewindIterator::__construct — Construct a NoRewindIterator NoRewindIterator::current — Get the current value NoRewindIterator::key — Get the current key NoRewindIterator::next — Forward to the next element NoRewindIterator::rewind — Prevents the rewind operation on the inner iterator NoRewindIterator::valid — Validates the iterator

  6. This function is currently not documented; only its argument list is available.

  7. NoRewindIterator - This iterator cannot be rewound. And for the concrete method: NoRewindIterator::rewind () - Prevents the rewind operation on the inner iterator. This implies that the Iterator::rewind () method is not passed through to the inner iterator.