Closed nam-co closed 3 years ago
Hi. Check this out, if I understand question correctly it would help - https://github.com/io-developer/php-whois/issues/111
Hi, thanks for the answer, I saw the post but it didn't work, Im just looking to get the "Admin Name", appreciate the help
Any news on this?
Hi @sirkokoenig I just got back to. this and got it working this way:
$data = $whois->loadDomainInfo($domain);
$extra = $data->getExtra()['groups'][0];
$owner_email = $extra['Registrant Email'] or name or phone
Hi, thanks for the work on the great package, I was wondering how can I get the ["Registrant Name"], normally the registrant personal name
Thanks