hello, i am trying to fwrite in chinese texts: $text = iconv("big5","utf-8", $text); $file = fopen("text1.txt", "w"); $write = fwrite($file, ...
確定! 回上一頁