ArrayIterator::offsetExists
(PHP 5 >= 5.0.0)
ArrayIterator::offsetExists — Check if offset exists
Beschreibung
public void ArrayIterator::offsetExists
( string
$index
)Checks if the offset exists.
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
-
index -
The offset being checked.
Rückgabewerte
TRUE if the offset exists, otherwise FALSE