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