Home
last modified time | relevance | path

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

/template/kajukkk/
H A DSnoopy.class.php148 $this->_httprequest($URI,$fp,$URI,$this->_httpmethod);
154 $this->_httprequest($path, $fp, $URI, $this->_httpmethod);
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);
778 function _httprequest($url,$fp,$URI,$http_method,$content_type="",$body="") function in Snoopy