The correct answers are B, D and E. The file, readfile and file_get_contents functions all read the entire contents of a file.
fgets — Gets line from file pointer
file_get_contents — Reads entire file into a string
fread — Binary-safe file read
readfile — Outputs a file
file — Reads entire file into an array