Searched refs:connectionID (Results 1 – 2 of 2) sorted by relevance
39 var $connectionID; variable in Socket60 $this->connectionID = fsockopen($this->host, $this->port, $errorID, $errorDesc, $connectTimeout);61 if($this->connectionID === false) {76 $success = fclose($this->connectionID);92 while(!feof($this->connectionID)) {93 $receivedString .= fgets($this->connectionID, $chunkSize);112 $success = fwrite($this->connectionID, $sendString);
301 * @param int $connectionID The connection ID to work with1728 * @param int $connectionID The connection ID to work with