Function utf8_strtoupper
Convert the given UTF-8 string to uppercase. equivalent to mb_strtoupper($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 uppercase version of $string |