-
FAQ
- Forum Search
- Community
- Online Manual
- Support Helpers of the Month
- Function Database
utf8_strtolower
Description
Converts a UTF-8 string into a lowercase UTF-8 string.
Syntax
string utf8_strtolower (string $string)
Parameter $string
Expected type: String
Description: The UTF-8 string that should be converted to lowercase
Return value
Expected type: String
Description: The lowercase version of $string
Notes
- Equivalent to mb_strtolower($string, 'UTF-8') (see PHP manual)
Advertisement:- Help | Terms and Rules | Go Up ▲
- Copyright © 2022 Simple Machines. All Rights Reserved.
- Page created in 0.015 seconds with 13 queries.
- Forum Search