Junior PHP Developer Question:
Do you know is it possible to extend the execution time of a php script?

Answer:
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.
Previous Question | Next Question |
Explain what does the expression Exception::__toString means? | Tell me what the difference between the ‘BITWISE AND’ operator and the ‘LOGICAL AND’ operator? |