Briefing Zend Knowledge

What function is ideal for outputting contents of a static file to screen?

What function is ideal for outputting contents of a static file to screen?

A.
file_get_contents()

B.
readfile()

C.
fread()

D.
include()

E.
require()

F.
file()