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