SplDoublyLinkedList::pop

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

Description

public SplDoublyLinkedList::pop(): mixed

Parameters

This function has no parameters.

Return Values

The value of the popped node.

Errors/Exceptions

Throws RuntimeException when the data-structure is empty.