Search Results

  1. Parameters ¶ string The string being converted. mode The mode of the conversion. It can be one of MB_CASE_UPPER, MB_CASE_LOWER, MB_CASE_TITLE, MB_CASE_FOLD, MB_CASE_UPPER_SIMPLE, MB_CASE_LOWER_SIMPLE, MB_CASE_TITLE_SIMPLE, MB_CASE_FOLD_SIMPLE. encoding The encoding parameter is the character encoding. If it is omitted or null, the internal character encoding value will be used.

  2. Contrairement aux fonctions standards comme strtolower () et strtoupper (), la modification est réalisée en se basant sur le dictionnaire Unicode. Par conséquent, le comportement de cette fonction n'est pas modifié par des configurations locales, et il peut convertir n'importe quelle caractère qui a des propriétés alphabétiques, comme ...

  3. Unicode By contrast to the standard case folding functions such as strtolower () and strtoupper (), case folding is performed on the basis of 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 (Ä).

  4. Unicode By contrast to the standard case folding functions such as strtolower () and strtoupper (), case folding is performed on the basis of 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 (Ä).

  5. Contrairement aux fonctions standards comme strtolower () et strtoupper (), la modification est réalisée en se basant sur le dictionnaire Unicode. Par conséquent, le comportement de cette fonction n'est pas modifié par des configurations locales, et il peut convertir n'importe quelle caractère qui a des propriétés alphabétiques, comme ...

  6. Contrairement aux fonctions standards comme strtolower et strtoupper , la modification est réalisée en se basant sur le dictionnaire Unicode. Par conséquent, le comportement de cette fonction n'est pas modifié par des configurations locales, et il peut convertir n'importe quelle caractère qui a des propriétés alphabétiques, comme le i ...

  7. Description string mb_convert_case ( string str, int mode [, string encoding]) mb_convert_case () returns case folded version of string converted in the way specified by mode. mode can be one of MB_CASE_UPPER, MB_CASE_LOWER or MB_CASE_TITLE. encoding specifies the encoding of str; if omitted, the internal character encoding value will be used.

  1. People also search for