📜  服务器上的 require_once 不同 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:26.047000             🧑  作者: Mango

代码示例1
define('__ROOT__', dirname(dirname(__FILE__))); //call define untill you get to the root directory
require_once (__ROOT__."/Path/To/File.php"); //append __ROOT__ to the string