Search Results

  1. 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. (PHP 5 >= 5.1.0, PHP 7, PHP 8) NoRewindIterator::current — Récupère la valeur courante

  4. Table of Contents NoRewindIterator::__construct — Construct a NoRewindIterator NoRewindIterator::current — Get the current value NoRewindIterator::getInnerIterator — Get the inner iterator NoRewindIterator::key — Get the current key NoRewindIterator::next — Forward to the next element

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

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

  7. Manuel PHP - La classe NoRewindIterator Introduction Un itérateur qui ne peut pas être remis à zéro.