SeekableIterator::seekSeeks to a position Beschreibung
   abstract public void SeekableIterator::seek
    ( int  
  $position
   )Seeks to a given position in the iterator. Parameter-Liste
 
 RückgabewerteEs wird kein Wert zurückgegeben. Fehler/Exceptions
   Implementations should throw an OutOfBoundsException
   if the  Beispiele
 Beispiel #1 SeekableIterator::seek example Seek to the item at position 3 in the iterator (ArrayIterator implements SeekableIterator). 
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: damson Siehe auch
 
  |