cooldude832 Posted June 26, 2008 Share Posted June 26, 2008 I'm building a check if a URL is up/get response times from it script. I was going to use file_get_contents to get the file's content, but what else can I use to test its stress??? Link to comment https://forums.phpfreaks.com/topic/112110-checking-if-a-url-is-up-options/ Share on other sites More sharing options...
br0ken Posted June 28, 2008 Share Posted June 28, 2008 I'm not sure what exactly you mean by stress but you could fopen or fsockopen to connect to the server and check whether or not it's alive. Is this what you were thinking? Link to comment https://forums.phpfreaks.com/topic/112110-checking-if-a-url-is-up-options/#findComment-576403 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.