org\bovigo\vfs\vfsStreamContainerIterator::valid PHP Method

valid() public method

checks if the current value is valid
public valid ( ) : boolean
return boolean
    public function valid()
    {
        return false !== current($this->children);
    }