ArrayIterator::offsetExists

(PHP 5, PHP 7)

ArrayIterator::offsetExistsCheck if offset exists

Açıklama

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

Checks if the offset exists.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

index

The offset being checked.

Dönen Değerler

TRUE if the offset exists, otherwise FALSE

Ayrıca Bakınız