Junior PHP Developer Question:

Do you know is it possible to extend the execution time of a php script?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

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