JavaScript Editor Javascript debugger     Website design 


connection_timeout

Check if the script timed out (PHP 4 <= 4.0.4)
int connection_timeout ( )

Determines whether the script timed out.

Return Values

Returns 1 if the script timed out, 0 otherwise.

Notes

Deprecated:

This function is deprecated, and doesn't even exist anymore as of 4.0.5.

See Also
connection_status()
Connection Handling for a complete description of connection handling in PHP.