PHP Doku:: Returns whether the requested index exists - splfixedarray.offsetexists.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplFixedArray class

<<SplFixedArray::next

SplFixedArray::offsetGet>>

SplFixedArray::offsetExists

(PHP 5 >= 5.3.0)

SplFixedArray::offsetExistsReturns whether the requested index exists

Beschreibung

public bool SplFixedArray::offsetExists ( int $index )

Checks whether the requested index index exists.

Parameter-Liste

index

The index being checked.

Rückgabewerte

TRUE if the requested index exists, otherwise FALSE


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