SplPriorityQueue
PHP Manual

SplPriorityQueue::next

(PHP 5 >= 5.3.0)

SplPriorityQueue::nextMove to the next node

Описание

void SplPriorityQueue::next ( void )

Extracts the top node from the queue.

Список параметров

This function has no parameters.

Возвращаемые значения

Эта функция не возвращает значения после выполнения.


SplPriorityQueue
PHP Manual