我正在尝试从一个函数中包含一个文件。这个函数不返回任何东西,它只是初始化很多东西。
此函数还应用语言,因此我需要包含语言文件。但似乎范围不一样。
如何将函数中的文件包含为全局文件?
前任 :
function StartUp() { include('test.php'); // I want to make the vars in test.php available in a Global Scope. }
神不在的星期二
相关分类