1 drupal.inc | drupal_set_time_limit($time_limit) |
Attempts to set the PHP maximum execution time.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 789 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_set_time_limit($time_limit) {
backdrop_set_time_limit($time_limit);
}