Re: [請益] 有關PHP檔案處理方面語法
※ 引述《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)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
PHP 近期熱門文章
PTT數位生活區 即時熱門文章