php的file_get_contents的问题,很奇怪,不知道怎么解决!

WBOY
发布: 2016-06-06 20:32:56
原创
1009 人浏览过

在使用file_get_contents时,出现奇怪的问题。

如果使用如下代码,可以运行:

<code>$ff =  "c:\\mywww\\www.bin3d.cn\\temp_upload\\files\\xxxx.txt";
echo file_get_contents($ff);
</code>
登录后复制
登录后复制

但是,如果是下面的代码就出现错误信息:

<code>$file = "xxxx.txt";
$ff =  "c:\\mywww\\www.bin3d.cn\\temp_upload\\files\\".$file."";
echo file_get_contents($ff);
</code>
登录后复制
登录后复制

错误信息是:

<code>Warning:  
file_get_contents(c:\mywww\www.xxx.cn\temp_upload\files\xxxx.txt): 
failed to open stream: No such file or directory in.... 
</code>
登录后复制
登录后复制

请问是什么问题呢?好烦人啊

回复内容:

在使用file_get_contents时,出现奇怪的问题。

如果使用如下代码,可以运行:

<code>$ff =  "c:\\mywww\\www.bin3d.cn\\temp_upload\\files\\xxxx.txt";
echo file_get_contents($ff);
</code>
登录后复制
登录后复制

但是,如果是下面的代码就出现错误信息:

<code>$file = "xxxx.txt";
$ff =  "c:\\mywww\\www.bin3d.cn\\temp_upload\\files\\".$file."";
echo file_get_contents($ff);
</code>
登录后复制
登录后复制

错误信息是:

<code>Warning:  
file_get_contents(c:\mywww\www.xxx.cn\temp_upload\files\xxxx.txt): 
failed to open stream: No such file or directory in.... 
</code>
登录后复制
登录后复制

请问是什么问题呢?好烦人啊

<code>php</code><code>$file = "xxxx.txt";
$ff =  "c:\\mywww\\www.bin3d.cn\\temp_upload\\files\\".$file;
echo file_get_contents($ff);
</code>
登录后复制
相关标签:
php
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板