示例#1
0
function from_html($string, $encode = true)
{
    return Vtiger_Functions::fromHTML($string, $encode);
}