如何在Windows上的htdocs文件夾之外訪問文件?我在根(htdocs)文件夾之外有一個配置文件,我想在其中保存數據庫連接的配置,但是當我調用它時,它說找不到文件。我目前在以下目錄中:xampp \ htdocs \ includes而我的配置文件位于:\ xampp \ inc我試圖回顯路徑,但沒有得到任何輸出echo realpath('../..inc/config.php') . PHP_EOL;if (!file_exists('../../inc/config.php')) { throw new Exception("No config file found!"); }
- 1 回答
- 0 關注
- 211 瀏覽
添加回答
舉報
0/150
提交
取消