Nmap\Host::getHostnames PHP Method

getHostnames() public method

public getHostnames ( ) : Hostname[]
return Hostname[]
    public function getHostnames()
    {
        return $this->hostnames;
    }