<?phpnamespaceSunra\PhpSimple;require'simplehtmldom_1_5'.DIRECTORY_SEPARATOR.'simple_html_dom.php';classHtmlDomParser{/** * @return \simplehtmldom_1_5\simple_html_dom */staticpublicfunctionfile_get_html(){returncall_user_func_array('\simplehtmldom_1_5\file_get_html',func_get_args());}/** * get html dom from string * @return \simplehtmldom_1_5\simple_html_dom */staticpublicfunctionstr_get_html(){returncall_user_func_array('\simplehtmldom_1_5\str_get_html',func_get_args());}}