SplPriorityQueue::valid
(PHP 5 >= 5.3.0)
SplPriorityQueue::valid — Check whether the queue contains more nodes
Beschreibung
public bool SplPriorityQueue::valid
( void
)
Checks if the queue contains any more nodes.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
Returns TRUE if the queue contains any more nodes, FALSE otherwise.