Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: utf8

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

File/phputf8/mbstring/case.php

Description
Constants
UTF8_CASE = TRUE (line 12)

Define UTF8_CASE as required

Functions
utf8_strtolower (line 29)

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

  • return: either string in lowercase or FALSE is UTF-8 invalid
mixed utf8_strtolower (string $str)
  • string $str
utf8_strtoupper (line 47)

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

  • return: either string in lowercase or FALSE is UTF-8 invalid
mixed utf8_strtoupper (string $str)
  • string $str

Documentation generated on Mon, 05 Mar 2007 20:53:48 +0000 by phpDocumentor 1.3.1