Current Path : /proc/thread-self/root/opt/cloudlinux/alt-php54/root/usr/share/doc/pear/Base/docs/ |
Current File : //proc/thread-self/root/opt/cloudlinux/alt-php54/root/usr/share/doc/pear/Base/docs/tutorial_example_02.php |
<?php require 'tutorial_autoload.php'; $data = ezcBaseFile::findRecursive( "/dat/dev/ezcomponents", array( '@src/.*_autoload.php$@' ), array( '@/autoload/@' ) ); var_dump( $data ); ?>