Lines Matching refs:mb_detect_encoding
2 mb_detect_encoding()
22 $s = mb_detect_encoding($s, 'SJIS');
26 $s = mb_detect_encoding($s, 'JIS');
30 $s = mb_detect_encoding($s, 'UTF-8,EUC-JP,JIS');
34 $s = mb_detect_encoding($s, 'JIS,EUC-JP');
46 $s = mb_detect_encoding($s, $a);
50 $s = mb_detect_encoding($s, $a);
54 $s = mb_detect_encoding($s, $a);
65 $s = mb_detect_encoding($s);
69 $s = mb_detect_encoding($s);
73 $s = mb_detect_encoding($s);
80 $s = mb_detect_encoding(1234, 'EUC-JP');
83 $s = mb_detect_encoding('', 'EUC-JP');
88 var_dump(mb_detect_encoding($s, 'BAD'));
111 mb_detect_encoding(): Argument #2 ($encodings) contains invalid encoding "BAD"