Question:How can a script come to a clean termination?
A When exit() is called
B When the execution reaches the end of the current file
C When PHP crashes
D When Apache terminates because of a system problem
E When close() is called
+ AnswerA
+ Explanation
+ Report