Neos\Flow\ResourceManagement\Streams\ResourceStreamWrapper::readDirectory PHP 메소드

readDirectory() 공개 메소드

This method is called in response to readdir().
public readDirectory ( ) : string
리턴 string Should return string representing the next filename, or FALSE if there is no next file.
    public function readDirectory()
    {
        return readdir($this->handle);
    }