connection_timeout()
It checks if the script timed out
Example
<?php
if(connection_timeout())
echo “Timed out”;
?>
Its deprecated in PHP 4.0.5
Beginner's Guide....
It checks if the script timed out
Example
<?php
if(connection_timeout())
echo “Timed out”;
?>
Its deprecated in PHP 4.0.5