|
Ds\PriorityQueue::__constructCreates a new instance. Description
public Ds\PriorityQueue::__construct
( void
)
Creates a new instance. ExamplesExample #1 Ds\PriorityQueue::__construct example
<?phpThe above example will output something similar to:
object(Ds\PriorityQueue)#1 (0) {
}
|