显示文本框

utf8_decode()

« usort | utf8_encode »
<?php
$string 
utf8_decode (
    
  // string $data
);

// shows the result in hexadecimal
$hex bin2hex($string);
?>
结果
$string = ''
$hex = 'e0'
示例
#1 utf8_decode  ("à")
另请参阅
bin2hex, iconv, utf8_encode