PHP Function List
set_execution_time doesn't exist. Closest matches:
- set_exception_handler
- ibase_execute
- socket_set_timeout
- connection_timeout
- pg_send_execute
- strtotime
- eio_utime
- msession_timeout
- getextensionname
- java_last_exception_get
- mssql_execute
- is_executable
- pg_execute
- pdf_set_text_rise
- eio_futime
- apd_set_session_trace
- eio_set_max_poll_time
- mysqli_execute
- oci_set_action
- stompexception
Site Search Results
-
The set_time_limit() function and the configuration directive max_execution_time only affect the execution time of the script itself. Any time spent on activity that happens outside the execution of the script such as system calls using system() ...
-
默认值为30秒,或者是在php.ini的max_execution_time被定义的值,如果此值存在。 当此函数被调用时,set_time_limit() 会从零开始重新启动超时计数器。换句话说,如果超时默认是30秒,同时,脚本中又 ...
-
To find out the currently set time limit, use <?php ini_get ('max_execution_time'); ?> If set_time_limit has been previously called in the script, the result will be the value which was passed to set_time_limit (and not, as the function name "ini_get ...
-
date_ time_ set date_ timestamp_ get date_ timestamp_ set date_ timezone_ get date_ timezone_ set date getdate gettimeofday ... For scripts that take a long time, the easiest way to find how how long the execution took is this: <?php
-
La valeur par défaut est 30 secondes ou, si c'est le cas, la valeur de la directive max_execution_time définie dans le php.ini. Lorsqu'elle est appelée, set_time_limit() remet le compteur à zéro.
-
Runtime Configuration - ManualThe maximum execution time is not affected by system calls, stream operations etc. Please see the set_time_limit() function for more details. You can not change this setting with ini_set() when running in safe mode.
-
Der Standard liegt bei 30 Sekunden, es sei denn max_execution_time wurde in php.ini gesetzt. Wenn set_time_limit() aufgerufen wird, dann startet der Zähler neu. Das heißt, wenn die Standardeinstellung 30 Sekunden beträgt und nach 25 Sekunden durch ...
-
Under Windows systems, if you do not set the time limit of the execution of your script to 0 ("set_time_limit(0);"), the php executable will eat as much as 50% CPU power when using sleep or usleep functions.
-
See Also usleep() - Delay execution in microseconds time_nanosleep() - Delay for a number of seconds and nanoseconds time_sleep_until() - Make the script sleep until the specified time set_time_limit() - Limits the maximum execution time
-
register_shutdown_function ('shutdown'); ini_set ('max_execution_time', 1 ); sleep (3); ?> it will output Array ( [type] => 1 [message] => Maximum execution time of 1 second exceeded [file] => /path/to/file_name.php [line] => 136 )

Other forms of search
To search the string "set_execution_time" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
