You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$whois = new Phois\Whois\Whois($domain);
$info = $whois->info();
if ($whois->isAvailable() AND strpos($info, 'No match for') !== 0) {
echo "Domain is available\n";
} else {
echo "Domain is registered\n";
}
When the domain have
On-hold (generic)
status, thenisAvailable()
method returns TRUE !The text was updated successfully, but these errors were encountered: