TRI0N Posted May 14, 2007 Share Posted May 14, 2007 Got question here about time out settings. @fsockopen ("IP", PORT, $errno, $errstr, .2) Is the .2 a timeout length? If so what are the limits on the value? ex: .1 - .9 Best regards, TRI0N Quote Link to comment https://forums.phpfreaks.com/topic/51401-fsockopen-question/ Share on other sites More sharing options...
btherl Posted May 14, 2007 Share Posted May 14, 2007 http://sg.php.net/manual/en/function.fsockopen.php Although the manual doesn't specify, I expect the timeout is in seconds. Typical values would be 60, 30, 10, 1, 0.2, depending on what your situation is. It depends on how long you are willing to wait Quote Link to comment https://forums.phpfreaks.com/topic/51401-fsockopen-question/#findComment-253146 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.