connection_timeout
(PHP 4 <= 4.0.4)
connection_timeout — Check if the script timed out
说明
int connection_timeout ( void )Determines whether the script timed out.
返回值
Returns 1 if the script timed out, 0 otherwise.
注释
WarningDeprecated
This function is deprecated, and doesn't even exist anymore as of 4.0.5.
参见
- connection_status() - 返回连接的状态位
- Connection Handling for a complete description of connection handling in PHP.