Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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()

Answer: a
Explanation: The function file() will read the entire file into an array.

Join The Discussion