显示下拉菜单

convert_cyr_string()

« constant | convert_uudecode »
<?php
$string 
convert_cyr_string (
    
// string $str
    
?// string $from
    
?  // string $to
);

// shows the result in hexadecimal
$hex bin2hex($string);
?>
结果
$string = 'p'
$hex = '70bf'
示例
#1 convert_cyr_string  ("\x70\xF0",
 
"k",
 
"i")
另请参阅
bin2hex