Php/docs/splqueue.dequeue

来自菜鸟教程
跳转至:导航、​搜索

SplQueue::dequeue

(PHP 5 >= 5.3.0, PHP 7)

SplQueue::dequeueDequeues a node from the queue


说明

SplQueue::dequeue ( ) : mixed

Dequeues value from the top of the queue.

Note:

SplQueue::dequeue() is an alias of SplDoublyLinkedList::shift().

参数

此函数没有参数。


返回值

The value of the dequeued node.