CachingIterator::offsetExists

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

CachingIterator::offsetExistsThe offsetExists purpose

Açıklama

publicCachingIterator::offsetExists(string$key): bool
Uyarı

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

Bağımsız Değişkenler

key

The index being checked.

Dönen Değerler

Returns true if an entry referenced by the offset exists, false otherwise.

To Top