PHP mb_strtolower() Function
The mb_strtolower() function converts all characters in a multibyte string to lowercase, supporting international characters.
Syntax
mb_strtolower(string $string, ?string $encoding = null): string
Try It Online
Output
Click Run to execute your code
Enjoying these tutorials?