(PHP 5, PHP 7, PHP 8)
ArrayIterator::offsetExists — Check if offset exists
$key
Checks if the offset exists.
本函數(shù)還未編寫文檔,僅有參數(shù)列表。
key
The offset being checked.
true if the offset exists, otherwise false
true
false