Hello, using PHP5 Beta 4 I saw some new classes like DirectoryIterator with nice methods like:
__construct
rewind
hasMore
key
current
next
getPath
getFilename
getPathname
getPerms
getInode
...
but i don't know how to apply them?
Would be nice if somebody could post some links with code examples
(recursive filesystem reading; just getting folder contents; etc.)...
Thanks,
vivi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

