基本上
file_get_contents('test.php')
完美运行。然而,
file_get_contents('/../test.php')
结果是"file_get_contents(/../xx.php) [function.file-get-contents]: failed to open stream: No such file or directory"
目录结构正确。
基本上
file_get_contents('test.php')
完美运行。然而,
file_get_contents('/../test.php')
结果是"file_get_contents(/../xx.php) [function.file-get-contents]: failed to open stream: No such file or directory"
目录结构正确。