CONNECTION_TIMEOUT(3) 1 CONNECTION_TIMEOUT(3)
connection_timeout - Check if the script timed out
SYNOPSIS
int connection_timeout (void )
DESCRIPTION
Determines whether the script timed out.
RETURN VALUES
Returns 1 if the script timed out, 0 otherwise.
NOTES
Warning
Deprecated
This function is deprecated, and doesn't even exist anymore as of 4.0.5.
SEE ALSO
connection_status(3), Connection Handling for a complete description of connection handling in PHP. .
PHP Documentation Group CONNECTION_TIMEOUT(3)