Vidyalelo
PHP · Q15

File System

Programming · PHP · question 15

Q15

Which of the following functions reads the entire contents of a file? 1. fgets() 2. file_get_contents() 3. fread() 4. readfile() 5. file()

A.
Option 3 and 5
B.
Option 1, 3 and 4
C.
Option 2, 4 and 5
Answer
D.
Option 2 and 4

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board