JBottero
04-26-2009, 07:21 PM
Is there a way to limit the amount of time that the script waits for file_get_contents to do it's thing? For example if the process hangs more than 2 seconds, kill it?
I do know that you can set max execution time for the overall script execution in php.ini, but that's not what I'm after...
I do know that you can set max execution time for the overall script execution in php.ini, but that's not what I'm after...