ArrayIterator::offsetExists

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetExistsCheck if offset exists

Açıklama

public ArrayIterator::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

add a note

User Contributed Notes

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