Hi guys and girls,
I'd liek to know if there's any way to cancel a function call after a given period.
I've the case that I call a method through call_user_func_array() that loads some data with SOAP but I want to controll "externally" that this function runs for a max of e.g. 10 seconds and cancel it after that regardless of the SOAP result if it didn't return in time.
Is there any way to to that?
TIA!








Bookmarks