[PHP] Re: PHP5: Directory DirectoryIterator

2004-02-25 Thread Ben Ramsey
using PHP5 Beta 4 I saw some new classes like DirectoryIterator with nice methods like: Where did you see these classes? Is it a PEAR package? I haven't seen these in the PHP manual. -- Regards, Ben Ramsey http://benramsey.com http://www.phpcommunity.org/wiki/People/BenRamsey -- PHP General

[PHP] Re: PHP5: Directory DirectoryIterator

2004-02-25 Thread Vivian Steller
Ben Ramsey wrote: using PHP5 Beta 4 I saw some new classes like DirectoryIterator with nice methods like: Where did you see these classes? Is it a PEAR package? I haven't seen these in the PHP manual. You can find them using the following function: function printDeclaredClasses() {

[PHP] Re: PHP5: Directory DirectoryIterator

2004-02-25 Thread Ben Ramsey
That's some pretty helpful information there. I didn't know about that. Thanks! -Ben Vivian Steller wrote: Ben Ramsey wrote: using PHP5 Beta 4 I saw some new classes like DirectoryIterator with nice methods like: Where did you see these classes? Is it a PEAR package? I haven't seen these

[PHP] Re: PHP5: Directory DirectoryIterator

2004-02-25 Thread Ben Ramsey
When I was looking for information regarding get_declared_classes(), I came across these links in the manual. I hope they help. http://us4.php.net/manual/en/reserved.classes.php http://us4.php.net/manual/en/class.dir.php Still, I don't think the manual has any documentation yet on