/phputf8/native/case.php
Description
Constants
UTF8_CASE = TRUE
(line 12)
Define UTF8_CASE as required
Functions
UTF-8 aware alternative to strtolower
Make a string lowercase Note: The concept of a characters "case" only exists is some alphabets such as Latin, Greek, Cyrillic, Armenian and archaic Georgian - it does not exist in the Chinese alphabet, for example. See Unicode Standard Annex #21: Case Mappings Note: requires utf8_to_unicode and utf8_from_unicode
mixed
utf8_strtolower
(string $string)
- string $string
UTF-8 aware alternative to strtoupper
Make a string uppercase Note: The concept of a characters "case" only exists is some alphabets such as Latin, Greek, Cyrillic, Armenian and archaic Georgian - it does not exist in the Chinese alphabet, for example. See Unicode Standard Annex #21: Case Mappings Note: requires utf8_to_unicode and utf8_from_unicode
mixed
utf8_strtoupper
(string $string)
- string $string
Documentation generated on Sat, 14 Nov 2009 11:11:16 +0000 by phpDocumentor 1.3.1


