📜  require_once php 代码示例

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

代码示例4
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