看板 [ PHP ]
討論串有關於讀取txt
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓3(3推 0噓 0→)留言3則,0人參與, 最新作者weiyucsie (選擇那刻 才算開始)時間16年前 (2009/06/22 00:28), 編輯資訊
0
0
0
內容預覽:
剛剛翻了一下php手冊. array file ( string $filename [, int $flags [, resource $context ]] ). flags參數裡面有個. FILE_IGNORE_NEW_LINES. Do not add newline at the end

推噓4(4推 0噓 4→)留言8則,0人參與, 最新作者bibo9901 (Leo)時間16年前 (2009/06/21 21:43), 編輯資訊
0
0
0
內容預覽:
其實我看不太懂這個 if 的用處 XD. 直接用 $fp=file($albumlist) 就 ok 了吧?. 我會這樣做啦. $fp=explode("\n",file_get_contents($albumlist));. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 2

推噓2(2推 0噓 4→)留言6則,0人參與, 最新作者hinet60613 (小呆維)時間16年前 (2009/06/21 21:08), 編輯資訊
0
0
0
內容預覽:
原文恕砍. 這樣呢?. <?php. $albumlist = "albumlist.txt";. if ( $fp=@file($albumlist)) {. $fp=file($albumlist);. };. foreach($fp as $temp). {. $temp=ereg_repla

推噓2(2推 0噓 8→)留言10則,0人參與, 最新作者cooltacorz (章)時間16年前 (2009/06/21 20:37), 編輯資訊
0
0
0
內容預覽:
各位前輩大家好. 想要在此跟大家請教一個問題. 現在碰到的問題是. 假設我有一個txt檔 內容如下. ========================. album01. album02. album03. album04. ========================. 我用. $albuml
(還有191個字)
首頁
上一頁
1
下一頁
尾頁