©
이 문서에서는 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.
没有返回值。