Searched refs:recode_string (Results 1 – 4 of 4) sorted by relevance
2 recode_string() function - Testing string conversions between latin1, UTF-8 and html27 $utf8_hex = ascii2hex(recode_string('lat1..utf-8', hex2ascii($lat1_hex_org)));28 $html = recode_string('utf-8..html', hex2ascii($utf8_hex));29 $lat1_hex = ascii2hex(recode_string('html..lat1', $html));
2 recode_string() function - Testing string conversions between latin1, UTF-8 and html
84 PHP_FE(recode_string, arginfo_recode_string)86 PHP_FALIAS(recode, recode_string, arginfo_recode_string)144 PHP_FUNCTION(recode_string) in PHP_FUNCTION() argument
35 PHP_FUNCTION(recode_string);
Completed in 9 milliseconds