ArrayIterator
PHP Manual

ArrayIterator::offsetExists

(PHP 5 >= 5.0.0, PHP 7)

ArrayIterator::offsetExistsCheck if offset exists

Descrierea

public void ArrayIterator::offsetExists ( string $index )

Checks if the offset exists.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

index

The offset being checked.

Valorile întoarse

TRUE if the offset exists, otherwise FALSE

A se vedea și


ArrayIterator
PHP Manual