PHP 7.0.6 Released

RecursiveTreeIterator::valid

(PHP 5 >= 5.3.0, PHP 7)

RecursiveTreeIterator::validCheck validity

Description

public bool RecursiveTreeIterator::valid ( void )

Check whether the current position is valid.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

TRUE if the current position is valid, otherwise FALSE

User Contributed Notes

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