PHP 字串存入FTP上的檔案、編輯檔案內容 $str = ‘測試字串’;$fp = fopen(‘ftp://username:password@ftp.exmple.com/test.txt’,’w’);fwrite($fp, $str);fclose($fp);如果文章對您很有幫助請我喝杯咖啡吧 Bitcoin 比特幣錢包: 38ieWXhURt27br9XrDoCeo4eruzKyi8QKs ann71727 Post Views: 1,724Related posts:[php] json_decode json file to array return NULLPHP 正規表達式,清除隱藏字元,整齊排列輸出的字元MySQL 常用資料型態PHP output CSV utf-8 亂碼解決方案