InterviewSolution
Saved Bookmarks
| 1. |
What will the file_get_contents() return?(a) Server’s response(b) Errors(c) Exception(d) Client’s responseI had been asked this question during an online interview.Origin of the question is Accessing the WebPagetest API in section Sockets of JavaScript |
|
Answer» The correct OPTION is (a) SERVER’s RESPONSE |
|