PHP Doku:: Returns the value at the specified index - splfixedarray.offsetget.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DatenstrukturenThe SplFixedArray classSplFixedArray::offsetGet

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplFixedArray class

<<SplFixedArray::offsetExists

SplFixedArray::offsetSet>>

SplFixedArray::offsetGet

(PHP 5 >= 5.3.0)

SplFixedArray::offsetGetReturns the value at the specified index

Beschreibung

public mixed SplFixedArray::offsetGet ( int $index )

Returns the value at the index index.

Parameter-Liste

index

The index with the value.

Rückgabewerte

The value at the specified index.


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",...)