parrotcode: PHP dns Standard Library | |
Contents | Language Implementations | Pipp |
php_dns.pir - PHP dns Standard Library
int dns_check_record(string host [, string type])
bool dns_get_mx(string hostname, array mxhosts [, array weight])
array|false dns_get_record(string hostname [, int type[, array authns, array addtl]])
string gethostbyaddr(string ip_address)
string gethostbyname(string hostname)
array gethostbynamel(string hostname)
|