Searched refs:has_header (Results 1 – 5 of 5) sorted by relevance
112 public function has_header(string $name): bool; function
67 public function has_header(string $name): bool function in SimplePie\\HTTP\\RawTextResponse
67 public function has_header(string $name): bool function in SimplePie\\HTTP\\Psr7Response
60 …$content_type = $this->file->has_header('content-type') ? $this->file->get_header_line('content-ty…61 …$content_encoding = $this->file->has_header('content-encoding') ? $this->file->get_header_line('co…
331 public function has_header(string $name): bool function in SimplePie\\File