Discussion :: PHP - CS
-
Which of the following functions reads the entire contents of a file?
1. fgets()
2. file_get_contents()
3. fread()
4. readfile()
5. file()
Answer : Option C
Explanation :
Explanation Not Provided
Be The First To Comment