Yngvarr

Generation

generate functionSun, 19 Mar 2023

get tdl with domain

<?php use GuzzleHttp\Client; $client = new Client(); $url = 'https://www.whoisxmlapi.com/whoisserver/DNSService?apiKey=at_O2QvL3qjzFwfI8O6W0YvY3hc9StL&domainName=google.com&type=_all'; $response = $client->request('GET', $url, [ 'verify' => false ]); $body = $response->getBody(); echo $body; ?>

Questions about programming?Chat with your personal AI assistant