Page MenuHomePhabricator
Diviner libphutil Tech Docs phutil_utf8_strtoupper

function phutil_utf8_strtoupper($str)
libphutil Technical Documentation (Core Utilities)

Convert a string to upper case in a UTF8-aware way. Similar to strtoupper().

Parameters
string$strUTF-8 input string.
Return
stringInput, in some semblance of upper case.