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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top