PHP Function List
unicode doesn't exist. Closest matches:
- idn_to_unicode
- urlencode
- haruencoder
- utf8_encode
- unixtojd
- gzencode
- rawurlencode
- urldecode
- mongocode
- uniqid
- recode
- soundex
- ucwords
- include
- domnode
- implode
- bson_decode
- json_encode
- json_decode
- utf8_decode
Site Search Results
-
Minutes PHP Developers MeetingWe provide a run-time switch in php.ini to enable or disable Unicode semantics. This setting will default to "On". When Unicode semantics are off you will still have access to ...
-
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', 'UTF-8');
-
Unicode. By contrast to the standard case folding functions such as strtolower() and strtoupper(), case folding is performed on the basis of the Unicode character properties.
-
Unicode. For more information about the Unicode properties, please see ยป http://www.unicode.org/unicode/reports/tr21/. By contrast to strtolower(), 'alphabetic' is determined ...
-
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 into a ...
-
Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library solution: try: select field from table, avoid "select * from table" php will ...
-
After extensive research trying to get PHP on Linux communicating with SQL Server 2005 and 2008 including support for all Unicode, MAX and XML data types I could not find any open ...
-
Although you can get the characters to print (via Unicode) through the CHR() function - this is still simply showing it is using ANSI and not ASCII.
-
This function doesn't decode unicode characters. I wrote a function that does. function unicode_urldecode($url) { preg_match_all('/%u([[:alnum:]]{4})/', $url, $a);

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.
