Proxy\Html::remove_comments PHP Method

remove_comments() public static method

public static remove_comments ( $html )
    public static function remove_comments($html)
    {
        return mb_eregi_replace("<!--(.*?)-->", '', $html);
    }