ArrayIterator
PHP Manual

ArrayIterator::offsetExists

(PHP 5 >= 5.0.0)

ArrayIterator::offsetExistsCheck if offset exists

Açıklama

public void ArrayIterator::offsetExists ( string $index )

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


ArrayIterator
PHP Manual