You are here

public function RemovePriorityQueue::removePriorityQueue in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php \ZendBench\Stdlib\RemovePriorityQueue::removePriorityQueue()

@iterations 1000

File

vendor/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php, line 33

Class

RemovePriorityQueue

Namespace

ZendBench\Stdlib

Code

public function removePriorityQueue() {
  $this->priorityQueue
    ->remove('foo');
}