$this->_socket = fsockopen($this->ServerIP, $this->QueryPort, $errno, $errstr, 5); I'm trying to query a teamspeak 2 server. The timeout isn't being respected. It ...
Is there a way to have a timeout when using this class? I'm attempting to connect to an IP/port, see if it is there, and then return true if it is, false if it isn't. That works, but it looks like the ...