Cloneable
Instantiable
Methods |
public
clean
(
string
$str
,
PHPHtmlParser\Options
$options
,
string
$defaultCharset
) :
string
Cleans the html of any none-html information.
|
Methods |
private
setUpRegexEncoding
(
string
$str
,
PHPHtmlParser\Options
$options
,
string
$defaultCharset
) :
string
Sets up the mb_regex_encoding and converts the text to that encoding.
|