NukeViet\Core\Ips::__construct PHP Method

__construct() public method

ips::__construct()
public __construct ( )
    public function __construct()
    {
        $this->client_ip = trim($this->nv_get_clientip());
        $this->forward_ip = trim($this->nv_get_forwardip());
        $this->remote_addr = trim($this->nv_get_remote_addr());
        $this->remote_ip = trim($this->nv_getip());
    }