$tldextract = new TLDExtract(); $tld = $tldextract->extract($host,false); $root_domain = $tld->tld?$tld->domain.'.'.$tld->tld:$tld->domain;