Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Is it possible to extend the execution time of a PHP script?
Home
PHP
Is it possible to extend the execution time of a PHP script?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
Is it possible to extend the execution time of a PHP script?
#php-php
#php-development
#php-support
#mysql-php
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 23, 2019
by
anonymous
The use of the set_time_limit(int seconds) enables us to extend the execution time of a PHP script. The default limit is 30 seconds.
...