ArrayIterator::offsetExists

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetExistsCheck if offset exists

Açıklama

publicArrayIterator::offsetExists(mixed$key): bool

Checks if the offset exists.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

key

The offset being checked.

Dönen Değerler

true if the offset exists, otherwise false

Ayrıca Bakınız

To Top