php中定义网站根目录的常用方法

时间:2022-02-11 17:45:09

代码如下:


define('BASE_PATH',str_replace('\\','/',realpath(dirname(__FILE__).'/../')));

相关文章