protected property FastPriorityQueue::$count in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-stdlib/src/FastPriorityQueue.php \Zend\Stdlib\FastPriorityQueue::count
Total number of elements in the queue
Type: integer
File
- vendor/
zendframework/ zend-stdlib/ src/ FastPriorityQueue.php, line 69
Class
- FastPriorityQueue
- This is an efficient implementation of an integer priority queue in PHP
Namespace
Zend\StdlibCode
protected $count = 0;