Example #1
0
 public static function quick($html)
 {
     $h2t = new self($html);
     return $h2t->get_text();
 }