Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php128 public function get_header(string $name): array; function
H A DRawTextResponse.php72 public function get_header(string $name): array function in SimplePie\\HTTP\\RawTextResponse
H A DPsr7Response.php77 public function get_header(string $name): array function in SimplePie\\HTTP\\Psr7Response
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php334 return $this->get_header($name) !== [];
337 public function get_header(string $name): array function in SimplePie\\File
359 return implode(', ', $this->get_header($name));
H A DSimplePie.php3402 $linkHeader = $file->get_header('link');