PHP Doku:: Get value for an offset - arrayiterator.offsetget.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)IteratorenThe ArrayIterator classArrayIterator::offsetGet

Ein Service von Reinhard Neidl - Webprogrammierung.

The ArrayIterator class

<<ArrayIterator::offsetExists

ArrayIterator::offsetSet>>

ArrayIterator::offsetGet

(PHP 5 >= 5.0.0)

ArrayIterator::offsetGetGet value for an offset

Beschreibung

public mixed ArrayIterator::offsetGet ( string $index )

Gets the value from the provided offset.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

index

The offset to get the value from.

Rückgabewerte

The value at offset index.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)