Question:Which of the following functions retrieve the entire contents of a file in such a way that it can be used as part of an expression? (Choose 2)
A file_get_contents()
B fgets()
C fopen()
D file()
E readfile()
+ AnswerA D
+ Explanation
+ Report