标签“php定义网站根目录”下的文章

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

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