Question:Although file resources will automatically be closed at the end of a request in PHP, you can close them explicitly by calling the _______ function. Your Answer: _________
A fclose()
B fexit()
C close()
D fileclose()
E file_close()
+ AnswerA
+ Explanation
+ Report