SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::shift

(PHP 5 >= 5.3.0, PHP 7)

SplDoublyLinkedList::shiftQuita un nodo del inicio de la lista doblemente enlazada

Descripción

public mixed SplDoublyLinkedList::shift ( void )

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El valor del nodo a quitar.

Errores/Excepciones

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


SplDoublyLinkedList
PHP Manual