Ejemplo n.º 1
0
function mb_convert_encoding($s, $to, $from = INF)
{
    return s\Mbstring::mb_convert_encoding($s, $to, $from);
}