The three possible connection states in PHP are ________.
-
normal
-
aborted
-
timeout
-
all of the above
D
Correct answer
Explanation
PHP connection handling recognizes three distinct states: normal (successful completion), aborted (user disconnect), and timeout (script execution limit exceeded). These states allow scripts to detect and respond appropriately to different connection termination scenarios. All three are valid connection states in PHP's connection handling model.