|
Ds\PriorityQueue::pushPushes values into the queue. Beschreibung
public void Ds\PriorityQueue::push
( mixed
$value
, int $priority
)
Pushes a Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. BeispieleBeispiel #1 Ds\PriorityQueue::push example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(1) "b" string(1) "c" string(1) "a" |