Proxy\Html::remove_comments PHP Méthode

remove_comments() public static méthode

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