Function utf8_strtolower
Converts the given UTF-8 string into lowercase. equivalent to mb_strtolower($string, 'UTF-8')
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Charset.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Charset.php
string |
$string |
The string |
string
|
The lowercase version of $string |