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.

Примечания

Внимание

Deprecated

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

Смотрите также

Коментарии

In order to prevent my script timing out (I was processing images which was taking some time) I added this into my loop: 

set_time_limit(25);

This resets the time limit - in this example giving it another 25 seconds to complete the task.
2007-01-24 16:30:10
http://php5.kiev.ua/manual/ru/function.connection-timeout.html

    Поддержать сайт на родительском проекте КГБ