SplPriorityQueue::count

(PHP 5 >= 5.3.0)

SplPriorityQueue::countCounts the number of elements in the queue.

Description

public int SplPriorityQueue::count ( void )

Parameters

This function has no parameters.

Return Values

Returns the number of elements in the queue.

Коментарии

After iteration, the queue will be empty. Therefore, `count()` will return 0. You can circumvent this by iterating over a clone, instead of the actual queue.

https://stackoverflow.com/questions/27464012/splpriorityqueuenext-is-removing-the-item
2018-08-22 17:08:42
http://php5.kiev.ua/manual/ru/splpriorityqueue.count.html

    Поддержать сайт на родительском проекте КГБ