Searched refs:get_header (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ | ||
| H A D | Response.php | 128 public function get_header(string $name): array; function |
| H A D | RawTextResponse.php | 72 public function get_header(string $name): array function in SimplePie\\HTTP\\RawTextResponse |
| H A D | Psr7Response.php | 77 public function get_header(string $name): array function in SimplePie\\HTTP\\Psr7Response |
| /dokuwiki/vendor/simplepie/simplepie/src/ | ||
| H A D | File.php | 334 return $this->get_header($name) !== []; |
| H A D | SimplePie.php | 3402 $linkHeader = $file->get_header('link'); |