You are here

constant FastPriorityQueue::EXTR_BOTH in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/FastPriorityQueue.php \Zend\Stdlib\FastPriorityQueue::EXTR_BOTH

File

vendor/zendframework/zend-stdlib/src/FastPriorityQueue.php, line 29

Class

FastPriorityQueue
This is an efficient implementation of an integer priority queue in PHP

Namespace

Zend\Stdlib

Code

const EXTR_BOTH = PhpSplPriorityQueue::EXTR_BOTH;