Is it possible to extend the execution time of a PHP script?

  • Yes
  • No
  • Depends on the server configuration
  • Depends on the PHP version
Yes, it is possible to extend the execution time of a PHP script using the set_time_limit() function or by modifying the max_execution_time directive in the PHP configuration. This allows the script to run for a longer duration. Learn more: http://php.net/manual/en/function.set-time-limit.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *