utf8_encode — Encodes an ISO-8859-1 string to UTF-8 ... $utf8 = 'ÄÖÜ'; // file must be UTF-8 encoded $iso88591_1 = utf8_decode($utf8); $iso88591_2 ...
確定! 回上一頁