SplPriorityQueue::insert

(PHP 5 >= 5.3.0, PHP 7)

SplPriorityQueue::insertInserts an element in the queue by sifting it up

说锟斤拷

public SplPriorityQueue::insert ( mixed $value , mixed $priority ) : bool

Insert value with the priority priority in the queue.

锟斤拷锟斤拷

value

The value to insert.

priority

The associated priority.

锟斤拷锟斤拷值

Returns TRUE.