PHP Function List
unicode-decode doesn't exist. Closest matches:
- iconv_mime_decode
- urldecode
- convert_uudecode
- bson_decode
- utf8_decode
- json_decode
- http_chunked_decode
- gzdecode
- rawurldecode
- domnode_replace_node
- urlencode
- base64_decode
- xmlrpc_decode
- domnode_dump_node
- iconv_mime_decode_headers
- iconv_set_encoding
- iconv_get_encoding
- recode
- runkit_method_redefine
- session_decode
Site Search Results
-
function unicode_decode($txt) { $txt = ereg_replace('%u0([[:alnum:]]{3})', '&#x\1;',$txt); $txt = ereg_replace('%([[:alnum:]]{2})', '&#x\1;',$txt);
-
utf8_decode (PHP 4, PHP 5) utf8_decode — Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1
-
function unicode_decode($txt) { $txt = ereg_replace('%u0([[:alnum:]]{3})', '&#x\1;',$txt); $txt = ereg_replace('%([[:alnum:]]{2})', '&#x\1;',$txt);
-
function unicode_decode($txt) { $txt = ereg_replace('%u0([[:alnum:]]{3})', '&#x\1;',$txt); $txt = ereg_replace('%([[:alnum:]]{2})', '&#x\1;',$txt);
-
function unicode_decode ($str){ return preg_replace ( '#\\\u([0-9a-f]{4})#e', "unicode_value('\\1')", $str); } function unicode_value ($code
-
function unicode_decode ($str){ return preg_replace ( '#\\\u([0-9a-f]{4})#e', "unicode_value('\\1')", $str); } function unicode_value ($code

Other forms of search
To search the string "unicode-decode" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
