PHP Function List
unicode doesn't exist. Closest matches:
- idn_to_unicode
- urlencode
- utf8_encode
- gzencode
- unixtojd
- haruencoder
- rawurlencode
- urldecode
- mongocode
- uniqid
- recode
- implode
- domnode
- ucwords
- soundex
- include
- zlib_decode
- zlib_encode
- bson_decode
- json_decode
Site Search Results
-
Unicode character properties - ManualUnicode character properties. Since 5.1.0, three additional escape sequences to match generic character types are available when UTF-8 mode is selected.
-
Multibyte String Functions - ManualSolving this problem is quite simple: just put BOM infront of UTF-16LE string. Example: $unicode_str_for_Excel = chr(255).chr(254).mb_convert_encoding( $utf8_str, 'UTF-16LE ...
-
function unicode_decode($txt) { $txt = ereg_replace('%u0([[:alnum:]]{3})', '&#x\1;',$txt); $txt = ereg_replace('%([[:alnum:]]{2})', '&#x\1;',$txt);
-
Unicode. For more information about the Unicode properties, please see ยป http://www.unicode.org/unicode/reports/tr21/. By contrast to strtolower(), 'alphabetic' is ...
-
This function encodes the string data to UTF-8, and returns the encoded version. UTF-8 is a standard mechanism used by Unicode for encoding wide character values ...
-
I found I wanted to sanitize a string for certain ASCII/ANSI characters, but to leave unicode alone. Since ord() breaks on processing unicode, I drew these two functions ...
-
Minutes PHP Developers Meeting1.1 Unicode on/off modes. Issue: Currently it is possible to have Unicode on or off on a per request basis, requiring the storage of both non-Unicode and Unicode ...
-
The goal was to use UTF-8 (Unicode) so that non-english users have all the Unicode benefits, BUT also make life seamless for English (or specifically, English MS-Outlook ...
-
Here is the solution for ; "PHP Warning: mssql_query(): message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library ...
-
Replace invalid code points for the given document type with a Unicode Replacement Character U+FFFD (UTF-8) or &#FFFD; (otherwise) instead of ...

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