Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What will the file_get_contents() return?

  2. A.

     Server’s response

    B.

     Errors

    C.

     Exception

    D.

     Client’s response

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The file_get_contents() is a PHP’s native function used to hit the URL and read the server’s response into a variable $wpt_response:


Be The First To Comment