|
PHP5中文手册
checkdnsrr(PHP 4, PHP 5) checkdnsrr — Check DNS records corresponding to a given Internet host name or IP address 说明
int checkdnsrr
( string $host
[, string $type
] )
Searches DNS for records of type type corresponding to host . 参数
返回值Returns TRUE if any records are found; returns FALSE if no records were found or if an error occurred. 更新日志
参见
|