SplPriorityQueue::valid

(PHP 5 >= 5.3.0, PHP 7)

SplPriorityQueue::validCheck whether the queue contains more nodes

Opis

public SplPriorityQueue::valid ( void ) : bool

Checks if the queue contains any more nodes.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns TRUE if the queue contains any more nodes, FALSE otherwise.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top