SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::pop

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::popPops a node from the end of the doubly linked list

Описание

mixed SplDoublyLinkedList::pop ( void )

Список параметров

У этой функции нет параметров.

Возвращаемые значения

The value of the popped node.


SplDoublyLinkedList
PHP Manual