Question: Which function retrives the MX records for the domain specified by hostname?
A
B
C
D
dns_get_record()
B
getmxrr()
C
get_mxrr()
D
dns_get_mxrr()
Note: Not available
<?php echo "HTTP's default port number is : ".getservbyname("http","tcp"); ?>