Which one of the following function is capable of reading a file into an array?
A
file()
B
arrfile()
C
arr_file()
D
file_arr()
Correct Answer: file()
The function file() will read the entire file into an array.