<?php// Example for the SPL classesrequire_once('splstdlib_class_inc.php');$foo = new splstdlib();var_dump($foo->dirTree('/var/www/spl/code/'));?>