課程
/后端開發
/PHP
/PHP入門篇
沒看懂$file_handle = fopen("/data/webroot/resource/php/f.txt","r");這個????????
2015-06-18
源自:PHP入門篇 3-13
正在回答
哪里沒看懂?就是以只讀方式打開一個文本文件,賦值給變量file_handle
xilihutu32
舉報
PHP入門教程輕松學習,行業大牛幫您快速掌握PHP編程基礎知識。
4 回答$file_handle=fopen("/data/webroot/resource/php/f.txt","r"); 后面的R是什么意思?
4 回答為什么是這樣的Warning: fopen(/webroot/resource/php/f.txt): failed to open stream: No such file or directory in /54/754/Ka5C/index.php on line 3
2 回答arning: fopen(/webroot/resource/php/f.txt): failed to open stream: No such file or directory in /54/754/LEAP/index.php on line 3 Warning: fclose() expects parameter 1 to be resource, boolean given in /54/754/LEAP/index.php on line 12這是神馬意思啊
2 回答最后一個r看不懂
3 回答$file_handle這是個什么指令??
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-06-19
哪里沒看懂?就是以只讀方式打開一個文本文件,賦值給變量file_handle