ArrayIterator
PHP Manual

ArrayIterator::offsetExists

(PHP 5 >= 5.0.0)

ArrayIterator::offsetExistsCheck if offset exists

Descrizione

public void ArrayIterator::offsetExists ( string $index )

Checks if the offset exists.

Avviso

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

Elenco dei parametri

index

The offset being checked.

Valori restituiti

TRUE if the offset exists, otherwise FALSE

Vedere anche:


ArrayIterator
PHP Manual