CakeFest 2024: The Official CakePHP Conference

SplDoublyLinkedList::offsetGet

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

SplDoublyLinkedList::offsetGetDevuelve el valor del índice específicado

Descripción

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

Parámetros

index

El índice con el valor.

Valores devueltos

El valor específicado en index.

Errores/Excepciones

Lanza una OutOfRangeException cuando index está fuera de los límites o cuando index no se puede analizar como un entero.

add a note

User Contributed Notes

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