示例#1
0
文件: mbstring.php 项目: sakshika/ATM
function mb_detect_order($encoding_list = INF)
{
    return s\Mbstring::mb_detect_order($encoding_list);
}