(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SplDoublyLinkedList::offsetExists — 返回请求的 $index 是否存在
$index
index
要检查的索引。
如果请求的 index 存在,则为 true,否则为 false
true
false