ArrayIterator::offsetExists

(PHP 5, PHP 7)

ArrayIterator::offsetExistsCheck if offset exists

Descrierea

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

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