Support Joomla!

Packages

Package: utf8

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

File/phputf8/native/case.php

Description
Constants
UTF8_CASE = TRUE (line 12)

Define UTF8_CASE as required

Functions
utf8_strtolower (line 35)

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
utf8_strtoupper (line 131)

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