Discussion :: PHP - CS
-
Which of the following functions retrieve the entire contents of a file in such a way that it can be used as part of an expression?
1. file_get_contents()
2. fgets()
3. fopen()
4. file()
5. readfile()
Answer : Option C
Explanation :
Explanation Not Provided
Be The First To Comment