首頁 > 後端開發 > php教程 > php的file_get_contents的问题,很奇怪,不知道怎么解决!

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

WBOY
發布: 2016-06-06 20:32:56
原創
1021 人瀏覽過

在使用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
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板