©
本文档使用
php中文网手册 发布
(PHP 5 >= 5.3.0)
SplPriorityQueue::insert — Inserts an element in the queue by sifting it up.
$value
, mixed $priority
)
Insert value with the priority priority in the queue.
value The value to insert.
priority The associated priority.
没有返回值。