Search Results
NoRewindIterator::current (PHP 5 >= 5.1.0, PHP 7, PHP 8) NoRewindIterator::current — Get the current value
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
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.
NoRewindIterator::current (PHP 5 >= 5.1.0, PHP 7, PHP 8) NoRewindIterator::current — Get the current value
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
This function is currently not documented; only its argument list is available.
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.
