Q. What is the purpose of the file_get_contents()?
โ
Correct Answer: (C)
To get the server’s response
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: