Home
last modified time | relevance | path

Searched refs:connectionID (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php39 var $connectionID; variable in Socket
60 $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);
/plugin/webdavclient/
H A Dhelper.php301 * @param int $connectionID The connection ID to work with
1728 * @param int $connectionID The connection ID to work with