Multiple choice technology

The three possible connection states in PHP are ________.

  1. normal

  2. aborted

  3. timeout

  4. all of the above

Reveal answer Fill a bubble to check yourself
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.