寫入檔案 $str = "Hello"; $file = fopen("test.txt","a+"); //開啟檔案 fwrite($file,$str); fclose($file);. 讀取檔案 $filename = "test.txt";
確定! 回上一頁