HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/drdrivek-71/drdrive.kr/public/wp-content/plugins/wp-views/prefixed_vendor/HtmlDomParser.php
<?php

namespace OTGS_Views\KubAT\PhpSimple;

require 'lib' . \DIRECTORY_SEPARATOR . 'simple_html_dom.php';
class HtmlDomParser
{
    public static function file_get_html()
    {
        return \call_user_func_array('OTGS_Views\\simple_html_dom\\file_get_html', \func_get_args());
    }
    public static function str_get_html()
    {
        return \call_user_func_array('OTGS_Views\\simple_html_dom\\str_get_html', \func_get_args());
    }
}