[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/phputf8/mbstring/ -> case.php (summary)

(no description)

Version: $Id: case.php 10381 2008-06-01 03:35:53Z pasamio $
File Size: 49 lines (1 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  utf8_strtolower()
  utf8_strtoupper()

Functions
Functions that are not part of a class:

utf8_strtolower($str)   X-Ref
Assumes mbstring internal encoding is set to UTF-8
Wrapper around mb_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

param: string
return: mixed either string in lowercase or FALSE is UTF-8 invalid

utf8_strtoupper($str)   X-Ref
Assumes mbstring internal encoding is set to UTF-8
Wrapper around mb_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

param: string
return: mixed either string in lowercase or FALSE is UTF-8 invalid



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1