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