Ds\PriorityQueue::__construct
(PECL ds >= 1.0.0)
Ds\PriorityQueue::__construct — Creates a new instance
説明
public Ds\PriorityQueue::__construct()
Creates a new instance.
例
例1 Ds\PriorityQueue::__construct() example
<?php
$queue = new \Ds\PriorityQueue();
var_dump($queue);
?>
上の例の出力は、 たとえば以下のようになります。
object(Ds\PriorityQueue)#1 (0) { }
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google