PHP Function List
function.unicode-decode doesn't exist. Closest matches:
- badfunctioncallexception
- iconv_mime_decode
- runkit_function_remove
- session_decode
- idn_to_unicode
- reflectionzendextension
- runkit_function_add
- function_exists
- bson_decode
- json_decode
- utf8_decode
- runkit_function_redefine
- domnode_replace_node
- runkit_function_copy
- reflectionobject
- convert_uudecode
- convert_uuencode
- domnode_dump_node
- runkit_function_rename
- connection_timeout
Site Search Results
-
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($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($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

Other forms of search
To search the string "function.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.
