PHP » GoLang |
login |
register |
about
|
GoLang Ds\PriorityQueue::toArray
request it (256)
GoLang replacement for PHP's Ds\PriorityQueue::toArray
[edit | history]
Ds\PriorityQueue::toArray(PECL ds >= 1.0.0) Ds\PriorityQueue::toArray — Converts the queue to an array Description
public array Ds\PriorityQueue::toArray
( void
)
Converts the queue to an array.
ParametersThis function has no parameters. Return ValuesAn array containing all the values in the same order as the queue. ExamplesExample #1 Ds\PriorityQueue::toArray() example
<?php The above example will output something similar to: array(3) { [0]=> string(1) "b" [1]=> string(1) "c" [2]=> string(1) "a" } |
more
Recently updated
more
Most requested
more
Last requests
|