在PHP中,可以通过以下方法来处理DNS缓存:
$ip = gethostbyname('www.example.com'); echo $ip;
$dns_records = dns_get_record('www.example.com'); print_r($dns_records);
clearstatcache();
通过上述方法,可以获取和清除PHP中的DNS缓存信息。