Wez Furlong wrote: > Hi Sean, > > socket_get_status is unlikely to ever work with socket resources > from the sockets extension. > You should be using things like the select() function to test the > status of your sockets if you are dealing with them on such a low > level. > > --Wez.
This is a documentation problem then. If you go to the socket_get_status() page, it says to see also a bunch of functions from the socket extension, with no mention of fsockopen(), the only function it works with. On several of the socket extension manual pages, they say to see also socket_get_status(). From the docs, it sure looks like it's supposed to work with them. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php