Answer & Solution
Answer: Option A
Solution:
file_get_contents()
is used to read the entire content of a file into a string in PHP. It simplifies file reading by handling the opening, reading, and closing of the file automatically.