Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
php53
/
usr
/
share
/
doc
/
pear
/
Base
/
docs
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/php53/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 ); ?>