Lines Matching refs:domain
72 foreach ($data as $domain => $comment) {
74 $this->renderCell($R, [$domain, $comment]);
77 $dns = $this->getDNS($domain);
85 $ssl = $this->getSSL($domain);
121 * @param string $domain
125 protected function getDNS($domain) argument
132 $record = dns_get_record($domain, DNS_ALL);
160 * @param string $domain
164 protected function getSSL($domain) argument
174 "ssl://" . $domain . ":443",
201 'domain_valid' => in_array($domain, $domains),