Search Results

  1. See Also ¶ mb_strtoupper () - Make a string uppercase mb_convert_case () - Perform case folding on a string strtolower () - Make a string lowercase

  2. Apr 28, 2025 · Return value: This function converted the uppercase string into lowercase alphanumeric characters and then returns those characters. Example 1: The following code shows the working for the mb_strtolower () function.

  3. Jun 6, 2025 · The mb_strtolower () function in PHP turns every letter in a string into lowercase. It works with multibyte encodings like UTF-8.

  4. Notes Contrairement à strtolower (), le concept de caractère 'alphabétique' est déterminé par les propriétés Unicode. De ce fait, le comportement de cette fonction n'est pas modifié par les configurations locales, et elle peut convertir tout les caractères qui sont considérés comme alphabétiques comme le c cédille (ç).

  5. mb_strtolower Function Availability PHP Codex data is built by collecting PHP symbol data on the latest release of each PHP version, or the nightly builds of the active development branch, and analyzing them to determine their availability and signature data. This ensures that symbol changes and availability is technically the most accurate.

  6. By contrast to strtolower (), '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 (Ä).