(PHP 5, PHP 7, PHP 8)
ArrayIterator::offsetExists — 檢查偏移量是否存在
$key
檢查偏移量是否存在。
此函式目前沒有說明文件;僅提供其參數列表。
鍵值
正在檢查的偏移量。
如果偏移量存在則返回 true,否則返回 false。
true
false