Is there any way we can perform an action if the php script execution time exceeds a certain time?
I could see there is set_time_limit function which throws a fatal error after a certain time. But I am not able to catch this fatal error and perform an action in this case.
Thanks in advance