PHP 7.0.6 Released

SplPriorityQueue::valid

(PHP 5 >= 5.3.0, PHP 7)

SplPriorityQueue::validCheck whether the queue contains more nodes

Description

public bool SplPriorityQueue::valid ( void )

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.

User Contributed Notes

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