Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which one of the following function checks for the existence of DNS records?

  2. A.

     checkdns()

    B.

     checkdnsr()

    C.

     checkdnsrr()

    D.

     checkdnsa()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    DNS records are checked based on the supplied host value and optional DNS resource record type, returning TRUE if any records are located and FALSE otherwise.


Be The First To Comment