Q. Which PHP function reads the entire file into a string?
β
Correct Answer: (D)
file_get_contents()
Explanation: file_get_contents() reads file content into a string.