PHP的一些筆記

file_put_contents('txt.txt');     把一個字符串寫入文件中.   //與依次調用 fopen(),fwrite() 以及 fclose() 功能同樣 php file_get_contents('txt,txt');     把整個文件讀入一個字符串中。// 和 file() 同樣 函數
相關文章
相關標籤/搜索