コード例 #1
0
ファイル: mbstring.php プロジェクト: sakshika/ATM
function mb_strtolower($s, $enc = INF)
{
    return s\Mbstring::mb_strtolower($s, $enc);
}