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.php61 public $http_version = 0.0; variable in SimplePie\\HTTP\\Parser
91 private const STATE_HTTP_VERSION = 'http_version';
188 $this->http_version = '';
223 protected function http_version() function in SimplePie\\HTTP\\Parser
227 $this->http_version = substr($this->data, 5, $len);
229 if (substr_count($this->http_version, '.') <= 1) {
230 $this->http_version = (float) $this->http_version;