SplQueue::enqueue

(PHP 5 >= 5.3.0)

SplQueue::enqueueAdds an element to the queue.

說明

void SplQueue::enqueue ( mixed $value )

Enqueues value at the end of the queue.

Note:

SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().

參數

value

The value to enqueue.

回傳值

無回傳值。

add a note add a note

User Contributed Notes

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