(PECL ds >= 1.0.0)
Ds\PriorityQueue::__construct — 创建新实例
创建新实例。
示例 #1 Ds\PriorityQueue::__construct() 示例
<?php$queue = new \Ds\PriorityQueue();var_dump($queue);?>
上面的示例将输出类似于以下内容
object(Ds\PriorityQueue)#1 (0) { }