parent root
PHP: SplPriorityQueue::valid - Manual

SplPriorityQueue::valid

(PHP 5 >= 5.3.0, PHP 7)

SplPriorityQueue::validCheck whether the queue contains more nodes

Description

public SplPriorityQueue::valid ( void ) : bool

Checks if the queue contains any more nodes.

Parameters

This function has no parameters.

Return Values

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

add a noteadd a note

User Contributed Notes

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