SplDoublyLinkedList::offsetGet

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

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

説明

public SplDoublyLinkedList::offsetGet(int $index): mixed

パラメータ

index

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

戻り値

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

エラー / 例外

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top