芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp5/includes/PHP/Compat/Function/set_include_path.php
| // +----------------------------------------------------------------------+ // // $Id: set_include_path.php,v 1.4 2005/12/07 21:08:57 aidan Exp $ /** * Replace set_include_path() * * @category PHP * @package PHP_Compat * @link http://php.net/function.set_include_path * @author Stephan Schmidt
* @version $Revision: 1.4 $ * @since PHP 4.3.0 */ if (!function_exists('set_include_path')) { function set_include_path($new_include_path) { return ini_set('include_path', $new_include_path); } } ?>