PHP 8.5.0 RC 2 available for testing

SplDoublyLinkedList::offsetGet

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

SplDoublyLinkedList::offsetGet β€” Retourne la valeur d'un index

Description

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

Liste de paramètres

index

L'index dΓ©sirΓ©.

Valeurs de retour

La valeur de l'index.

Erreurs / Exceptions

Lance une exception OutOfRangeException lorsque index est en dehors des limites ou lorsque index ne peut Γͺtre analysΓ© comme un entier.

οΌ‹add a note

User Contributed Notes

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