Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 190 Bytes

function.HH.Lib.Str.uppercase_l.md

File metadata and controls

4 lines (4 loc) · 190 Bytes
$locale = \HH\Lib\Locale\create("en_US.UTF-8");
$uppercase_string = Str\uppercase_l($locale, 'ifoo');
echo "Get uppercase string with en_US.UTF-8: $uppercase_string \n";