Latest web development tutorials

PHP connection_timeout () function

PHP Misc Reference Manual PHP Misc Reference Manual


Definition and Usage

connection_timeout () function is deprecated in the PHP 4.0.5 and has been removed.

connection_timeout () function checks whether the script timed out.


grammar

connection_timeout()

technical details

return value: Returns 1 if the script timed out, 0 otherwise.
PHP version: 4+


PHP Misc Reference Manual PHP Misc Reference Manual