Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php21 public $http_version = 0.0; variable in SimplePie\\HTTP\\Parser
156 $this->http_version = 0.0;
192 protected function http_version() function in SimplePie\\HTTP\\Parser
196 $http_version = substr($this->data, 5, $len);
198 if (substr_count($http_version, '.') <= 1) {
199 $this->http_version = (float) $http_version;