Re: [請益] 有關PHP檔案處理方面語法

看板PHP作者 (任性)時間15年前 (2010/03/27 01:34), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
※ 引述《hunter0711 (CD7)》之銘言: : 您好 : 我的系統是windows : 假如有個檔案它是可寫入的 : 那我用PHP開它檔修改後,我想要順便改變他的檔案屬性 : 修改成唯讀檔。 : 這樣要如何能辦到~~~ : 謝謝 chmod() 沒辦法在 Windows 上面動, 所以你可以考慮下載 chmod-win http://neosmart.net/dl.php?id=4 然後用 cmd(), shell_exec(), passthru(), exec() 來執行它, 但其實建議乾脆直接 call attrib 來做,用法是 c:\>attrib/? -- The Internet: where men are men, women are men, and children are FBI agents. -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.220.104.63 ※ 編輯: roga 來自: 61.220.104.63 (03/27 02:25)
文章代碼(AID): #1BhF0We1 (PHP)
討論串 (同標題文章)
文章代碼(AID): #1BhF0We1 (PHP)