codrgii Posted August 28, 2010 Share Posted August 28, 2010 how is it possible to check how long a socket has been open for, using fsockopen? or if not fsockopen then what other function is good at checking this? basically i want to check a port on a site, and see how long it has been up for. Quote Link to comment https://forums.phpfreaks.com/topic/211937-fsockopen/ Share on other sites More sharing options...
trq Posted August 28, 2010 Share Posted August 28, 2010 basically i want to check a port on a site, and see how long it has been up for There is no way to monitor this remotely. You could continuously hit the port and record when, I wouldn't exactly call it reliable though. Quote Link to comment https://forums.phpfreaks.com/topic/211937-fsockopen/#findComment-1104561 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.