SplDoublyLinkedList::pop

(PHP 5 >= 5.3.0)

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

說明

public mixed SplDoublyLinkedList::pop ( void )

參數

此函式沒有參數。

回傳值

The value of the popped node.

錯誤/例外

Throws RuntimeException when the data-structure is empty.

add a note add a note

User Contributed Notes

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