PHP connection_timeout() May 23, 2012 Pramod T P It checks if the script timed out Example <?php if(connection_timeout()) echo “Timed out”; ?> Its deprecated in PHP 4.0.5