<<< Previous question <<< Question ID#0292.md >>> Next question >>>
You run the following PHP script:
<?= gethostbyaddr($_SERVER['REMOTE_ADDR']);
What will be the output of the script?
- A) It will print the host name of the Internet host.
- B) It will print the DNS resource records associated with the local Web server.
- C) It will print the list of header information sent.
- D) It will print the standard host name for the local Web server.
Answer
Answer: A