Closed gemal closed 7 years ago
I would like to be able to get the list of supported tlds
something like:
public function getTlds() { return array_keys($this->whois); }
I know you probably don't care about this issue anymore, but the function "supportedTlds()" is now merged into the master branch which does what you were looking for.
This is fixed
I would like to be able to get the list of supported tlds
something like: