PHP Doku:: Überprüft, ob das Skript den Timeout erreicht hat - function.connection-timeout.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenMiscellaneous FunctionsSonstige Funktionenconnection_timeout

Ein Service von Reinhard Neidl - Webprogrammierung.

Sonstige Funktionen

<<connection_status

constant>>

connection_timeout

(PHP 4 <= 4.0.4)

connection_timeoutÜberprüft, ob das Skript den Timeout erreicht hat

Beschreibung

int connection_timeout ( void )

Überprüft, ob das Skript den Timeout erreicht hat.

Rückgabewerte

Gibt 1 zurück, falls das Skript den Timeout erreicht hat, und andernfalls 0.

Anmerkungen

Warnung

Veraltet

Diese Funktion ist veraltet und existiert seit 4.0.5 nicht mehr.

Siehe auch


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
jon at dbgurus dot com dot au
24.01.2007 23:30
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.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)