hello guys,
as PHP5 is designed to be more object oriented, the language is now equipped with standard class library which is useful in some of your applications. You may find these classes in directory /ext/spl of your PHP source.
Some classes are very useful if you wanna do recursive thingy such as directory list.
If you want to use this feature, please have a visit at:
http://www.php.net/language.oop5.iterations
and for the class documentation:
http://www.php.net/~helly/php/ext/spl/
Regards,