Searched refs:get_header (Results 1 – 7 of 7) sorted by relevance
125 public function get_header(string $name): array function in dokuwiki\\Feed\\FeedParserFile133 return implode(', ', $this->get_header($name));
128 public function get_header(string $name): array; function
72 public function get_header(string $name): array function in SimplePie\\HTTP\\RawTextResponse
77 public function get_header(string $name): array function in SimplePie\\HTTP\\Psr7Response
99 $this->assertSame(['text/xml'], $file->get_header('content-type'));100 $this->assertSame(['a=1', 'b=2'], $file->get_header('set-cookie'));
334 return $this->get_header($name) !== [];337 public function get_header(string $name): array function in SimplePie\\File359 return implode(', ', $this->get_header($name));
3402 $linkHeader = $file->get_header('link');