PHP 8.5.0 Beta 3 available for testing

ArrayIterator::offsetExists

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetExists β€” Check if offset exists

Descrizione

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

Checks if the offset exists.

Avviso

Questa funzione, al momento non Γ¨ documentata; Γ¨ disponibile soltanto la lista degli argomenti.

Elenco dei parametri

key

The offset being checked.

Valori restituiti

true if the offset exists, otherwise false

Vedere anche:

οΌ‹add a note

User Contributed Notes

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