Question:In your PHP application you need to open a file. You want the application to issue a warning and continue execution, in case the file is not found. The ideal function to be used is:
A include()
B require()
C nowarn()
D getFile(false)
+ AnswerD
+ Report