ArrayIterator::offsetExists

(PHP 5, PHP 7, PHP 8)

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top