SplDoublyLinkedList
PHP 手册

SplDoublyLinkedList::shift

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::shiftShifts a node from the beginning of the doubly linked list

说明

mixed SplDoublyLinkedList::shift ( void )

参数

This function has no parameters.

返回值

The value of the shifted node.


SplDoublyLinkedList
PHP 手册