CachingIterator::offsetExists
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
CachingIterator::offsetExists — The offsetExists purpose
Descrizione
public CachingIterator::offsetExists(
string $key
):
bool
AvvisoQuesta funzione, al momento
non è documentata; è disponibile soltanto la lista degli argomenti.
Elenco dei parametri
key
-
The index being checked.
Valori restituiti
Returns true
if an entry referenced by the offset exists, false
otherwise.