SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::offsetGet

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::offsetGet指定した $index の値を返す

説明

mixed SplDoublyLinkedList::offsetGet ( mixed $index )

パラメータ

index

値を取得したいインデックス。

返り値

指定した index の値を返します。

エラー / 例外

index が範囲外を指すときや index が整数として解釈できないときに OutOfRangeException をスローします。


SplDoublyLinkedList
PHP Manual