What does the gethostbynamel function do?
Answer B is correct. gethostbynamel() returns an array containing all the IPs associated with a particular mnemonic address.
gethostbynamel()
print_r( gethostbynamel('zendpreparation.com') );
Reference: https://www.php.net/manual/en/function.gethostbynamel.php