If you have an error Directory::read() method not foundlike this one :
"PHP Fatal error: Call to undefined method Directory::read() in ..."
try pth_read() instead of read() - undocumented "feature"
(No version information available, might only be in Git)
Las instancias de Directory se crean mediante una llamada a la funcion dir() , no por el operador new.
El directorio que se abrió.
Se puede usar junto con otras funciones de directorio, como readdir(), rewinddir() y closedir().
If you have an error Directory::read() method not foundlike this one :
"PHP Fatal error: Call to undefined method Directory::read() in ..."
try pth_read() instead of read() - undocumented "feature"