Home >Backend Development >PHP Tutorial > 平级目录下文件获取失败

平级目录下文件获取失败

WBOY
WBOYOriginal
2016-06-13 12:31:55912browse

同级目录下文件获取失败

<br />
$files = '131204-5.csv';<br />
$str  = file_get_contents($files) or die("文件打开失败");<br />


Warning: file_get_contents(131204-5.csv) [function.file-get-contents]: failed to open stream: No such file or directory in D:\...
文件打开失败

在本机同环境下建的文件可读,放到服务器上却无法执行,对应的磁盘也设置了everyone权限。
请问是什么原因?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn