ArrayIterator
PHP Manual

ArrayIterator::offsetExists

(PHP 5 >= 5.0.0)

ArrayIterator::offsetExistsCheck if offset exists

Opis

public void ArrayIterator::offsetExists ( string $index )

Checks if the offset exists.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

index

The offset being checked.

Zwracane wartości

TRUE if the offset exists, otherwise FALSE

Zobacz też:


ArrayIterator
PHP Manual