Home
last modified time | relevance | path

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

/template/kajukkk/
H A DSnoopy.class.php49 var $rawheaders = array(); // array of raw headers to send variable in Snoopy
790 if(!empty($this->host) && !isset($this->rawheaders['Host'])) {
814 if(!empty($this->rawheaders))
816 if(!is_array($this->rawheaders))
817 $this->rawheaders = (array)$this->rawheaders;
818 while(list($headerKey,$headerVal) = each($this->rawheaders))
978 if(!empty($this->rawheaders))
980 if(!is_array($this->rawheaders))
981 $this->rawheaders = (array)$this->rawheaders;
982 while(list($headerKey,$headerVal) = each($this->rawheaders))