PHP 8.4.0 RC4 available for testing

SplDoublyLinkedList::top

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

SplDoublyLinkedList::topExamina el nodo del final de la lista doblemente enlazada

Descripción

public SplDoublyLinkedList::top(): mixed

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El valor del último nodo.

Errores/Excepciones

Lanza una RuntimeException cuando la estructura de datos está vacía.

add a note

User Contributed Notes

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