|
Ds\PriorityQueue::pushPushes values into the queue. Description
public void Ds\PriorityQueue::push
( mixed
$value
, int $priority
)
Pushes a Parameters
Return ValuesNo value is returned. ExamplesExample #1 Ds\PriorityQueue::push example
<?php The above example will output something similar to: string(1) "b" string(1) "c" string(1) "a" |