<?php$fileName=__DIR__.'/中文文檔.txt';//$fileName = iconv('UTF-8', 'GBK', $fileName);$fp= fopen($fileName'w'); fwrite($fp'這是中文內容'); ...
確定! 回上一頁