Searched refs:fp (Results 1 – 3 of 3) sorted by relevance
| /template/kajukkk/ |
| D | Snoopy.class.php | 143 if($this->_connect($fp)) 148 $this->_httprequest($URI,$fp,$URI,$this->_httpmethod); 154 $this->_httprequest($path, $fp, $URI, $this->_httpmethod); 157 $this->_disconnect($fp); 295 if($this->_connect($fp)) 300 $this->_httprequest($URI,$fp,$URI,$this->_submit_method,$this->_submit_type,$postdata); 306 $this->_httprequest($path, $fp, $URI, $this->_submit_method, $this->_submit_type, $postdata); 309 $this->_disconnect($fp); 778 function _httprequest($url,$fp,$URI,$http_method,$content_type="",$body="") argument 841 socket_set_timeout($fp, $this->read_timeout); [all …]
|
| /template/strap/ComboStrap/ |
| H A D | Http.php | 123 … $fp = fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80, $errno, $errstr, 30); 129 fwrite($fp, $out); 130 fclose($fp);
|
| /template/dwsimple/dwsimple/ |
| D | simple.php | 123 if (!($this->fp = fopen($file, "r"))) die("could not open XML input"); 127 while ($data = fread($this->fp, 4096)) { 128 if (!xml_parse($this->parser, $data, feof($this->fp))) {
|