示例#1
0
function decode_bbcode($text, $allowed = 0, $allow_html = false)
{
    return BBCode::decode($text, $allowed, $allow_html);
}