Q. Which PHP function is used to read a file into a string?
β
Correct Answer: (C)
file_get_contents()
Explanation: file_get_contents() reads an entire file into a string.