<?php mb_strtoupper(string $string, ?string $encoding = null): string
<?php public static function upper($value) { return mb_strtoupper($value, 'UTF-8'); }