CachingIterator::offsetExists
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
CachingIterator::offsetExists — The offsetExists purpose
Açıklama
public CachingIterator::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.