Page MenuHomePhabricator
Diviner Arcanist Tech Docs phutil_utf8_strtolower

function phutil_utf8_strtolower($str)
Arcanist Technical Documentation ()

Convert a string to lower case in a UTF8-aware way. Similar to strtolower().

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