Ds\PriorityQueue::__construct

(PECL ds >= 1.0.0)

Ds\PriorityQueue::__constructCreates a new instance

Description

public Ds\PriorityQueue::__construct ( )

Creates a new instance.

Examples

Example #1 Ds\PriorityQueue::__construct() example

<?php
$queue = new \Ds\PriorityQueue();
var_dump($queue);
?>

The above example will output something similar to:

object(Ds\PriorityQueue)#1 (0) {
}

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/ds-priorityqueue.construct.php