21,873
社区成员




$inc_path = array(
'/Common',
'/Db',
'/Upload',
);
set_include_path(get_include_path() . PATH_SEPARATOR . implode(PATH_SEPARATOR, $inc_path));
http://php.net/manual/zh/function.set-include-path.php$path='/usr/xxx';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);