The SplPriorityQueue class
Introduction
The SplPriorityQueue class provides the main functionalities of an
prioritized queue, implemented using a heap.
Class synopsis
SplPriorityQueue
class SplPriorityQueue
implements
Iterator
,
Countable
{
}
Table of Contents
add a note
User Contributed Notes
The SplPriorityQueue class
There are no user contributed notes for this page.
|
|