NAME ^

php_dns.pir - PHP dns Standard Library

DESCRIPTION ^

Functions ^

int dns_check_record(string host [, string type])

Check DNS records corresponding to a given Internet host name or IP address

NOT IMPLEMENTED.

bool dns_get_mx(string hostname, array mxhosts [, array weight])

Get MX records corresponding to a given Internet host name

NOT IMPLEMENTED.

array|false dns_get_record(string hostname [, int type[, array authns, array addtl]])

Get any Resource Record corresponding to a given Internet host name

NOT IMPLEMENTED.

string gethostbyaddr(string ip_address)

Get the Internet host name corresponding to a given IP address

NOT IMPLEMENTED.

string gethostbyname(string hostname)

Get the IP address corresponding to a given Internet host name

NOT IMPLEMENTED.

array gethostbynamel(string hostname)

Return a list of IP addresses that a given hostname resolves to.

NOT IMPLEMENTED.


parrot