ArrayIterator::offsetExists

(PHP 5, PHP 7)

ArrayIterator::offsetExistsCheck if offset exists

Beschreibung

public ArrayIterator::offsetExists ( mixed $index ) : bool

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

Siehe auch