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. 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. Link to comment https://forums.phpfreaks.com/topic/211937-fsockopen/#findComment-1104561 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.