基本的
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"
ディレクトリ構造は正しいです。