ArrayIterator::rewind PHP Funktionen : PHP Übersicht : PHP Manual

ArrayIterator::rewind

PHP Function ArrayIterator::rewind / PHP Funktion ArrayIterator::rewind

phplist » Webkatalog Script - Link Script » PHP Function Coder » ArrayIterator::rewind
PHP Funktion
ArrayIterator::rewind ( phplist Code 100% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
ArrayIterator::rewind -- Rewind array back to the start
Vorschau
...ArrayIterator::rewind ArrayIterator::rewind (no version information, might be only in CVS) ArrayIterator::rewind -- Rewind array back to the start Description void ArrayIterator::rewind ( void ) This function rewinds the iterator to the beginning. Beispiel 1. ArrayIterator::rewind() example <?php $arrayobject = new ArrayObject (); $arrayobject [] = 'zero' ; $arrayobject [] = 'one' ; $...
PHP Manual
[ ArrayIterator::rewind php.net ]