org\bovigo\vfs\vfsStreamContainerIterator::valid PHP Méthode

valid() public méthode

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