(PHP 5 >= 5.3.0, PHP 7, PHP 8)
The SplPriorityQueue class provides the main functionalities of a prioritized queue, implemented using a max heap.
注意: The order of elements with identical priority is undefined. It may differ from the order in which they have been inserted.
| 版本 | 说明 |
|---|---|
| 8.4.0 | The class constants are now typed. |