Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 598 Bytes

0292.md

File metadata and controls

19 lines (16 loc) · 598 Bytes

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