(PHP 5 >= 5.3.0, PHP 7)
Check whether the queue contains more nodes
public bool SplPriorityQueue::valid ( void )
Checks if the queue contains any more nodes.
Returns:
Returns TRUE if the queue contains any more nodes, FALSE otherwise.
Please login to continue.