function mb strtoupper


mb_strtoupperPodrÄ™cznik PHPPoprzedniNastÄ™pnymb_strtoupper (PHP 4 >= 4.3.0)mb_strtoupper -- Make a string uppercaseDescriptionstring mb_strtoupper ( string str [, string encoding]) mb_strtoupper() returns str with all alphabetic characters converted to uppercase. encoding specifies the encoding of str; if omitted, the internal character encoding value will be used. By contrast to strtoupper(), 'alphabetic' is determined by the Unicode character properties. Thus the behaviour of this function is not affected by locale settings and it can convert any characters that have 'alphabetic' property, such as a-umlaut (ä). For more information about the Unicode properties, please see http://www.unicode.org/unicode/reports/tr21/. PrzykÅ‚ad 1. mb_strtoupper() example$str = "Mary Had A Little Lamb and She LOVED It So"; $str = mb_strtoupper($str); print $str; # Prints MARY HAD A LITTLE LAMB AND SHE LOVED IT SO See also strtoupper(), mb_strtolower(), mb_convert_case(). PoprzedniSpis treÅ›ciNastÄ™pnymb_strtolowerPoczÄ…tek rozdziaÅ‚umb_strwidth

Wyszukiwarka

Podobne podstrony:
function mb strimwidth
function mb http output
function mb http output
function mb parse str
function mb strimwidth
function mb strpos
function mb preferred mime name
function mb strlen
function mb detect order
function mb encode numericentity
function mb strwidth
function mb substitute character
function mb convert kana
function mb strrpos
function mb encode mimeheader
function mb convert variables
function mb split
function mb ereg search getregs

więcej podobnych podstron