Lines Matching refs:mb_convert_encoding
2 mb_convert_encoding()
26 $s = mb_convert_encoding($s, 'EUC-JP', 'SJIS');
30 $s = mb_convert_encoding($s, 'EUC-JP', 'JIS');
34 $s = mb_convert_encoding($s, 'SJIS', 'EUC-JP');
38 $s = mb_convert_encoding($s, 'JIS', 'EUC-JP');
47 $s = mb_convert_encoding($s, 'EUC-JP', $a);
51 $s = mb_convert_encoding($s, 'SJIS', $a);
55 $s = mb_convert_encoding($s, 'JIS', $a);
64 $s = mb_convert_encoding($s, 'EUC-JP', $a);
68 $s = mb_convert_encoding($s, 'SJIS', $a);
72 $s = mb_convert_encoding($s, 'JIS', $a);
80 $s = mb_convert_encoding($s, 'EUC-JP', 'auto');
84 $s = mb_convert_encoding($s, 'SJIS', 'auto');
88 $s = mb_convert_encoding($s, 'JIS', 'auto');
95 $s = mb_convert_encoding(1234, 'EUC-JP');
98 $s = mb_convert_encoding('', 'EUC-JP');
102 $s = mb_convert_encoding($s, 'BAD');
106 $s = mb_convert_encoding($s);