Q. Which PHP function reads a file into an array?
β
Correct Answer: (B)
file()
Explanation: file() reads a file into an array of lines.