SPL
PHP Manual

SplPriorityQueue クラス

導入

SplPriorityQueue クラスは、優先順位つきキューの主要な機能を提供します。 ヒープを使用して実装しています。

クラス概要

SplPriorityQueue
SplPriorityQueue implements Iterator , Countable {
/* メソッド */
void SplPriorityQueue::compare ( mixed $priority1 , mixed $priority1 )
void SplPriorityQueue::insert ( mixed $value , mixed $priority )
mixed SplPriorityQueue::key ( void )
void SplPriorityQueue::next ( void )
mixed SplPriorityQueue::top ( void )
}

目次


SPL
PHP Manual