filename, "a");//a for append -- could use a+ to create the file if it doesn't exist $data = "test message"; fwrite($file, "\n".
確定! 回上一頁