crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Can we increase execution time of a PHP script?
Question Posted on 18 Oct 2021Home >> PHP >> PHP Questions >> Can we increase execution time of a PHP script?

Can we increase execution time of a PHP script?
Yes, we can increase PHP script time. Default max execution time for PHP scripts is basically 30 seconds. And if a PHP script runs longer than 30 seconds then PHP stop script and will produce error.
And we can increase this time to reduce the chance of error for time. We can increase the execution time by changing max_execution_time directive in our php.ini file. or we can call ini_set('max_execution_time',240);
which is equal to 4 min and it is called at the top of our PHP script.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

difference between echo and print

method to past value from one page to another in php

differenc between mysql_connect and mysql_pconnect

What is htaccess file

Code to combine or concatenate two variables in php






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap