Renamed function

2022.09-rc
Michael 2019-10-02 06:24:29 +00:00
rodzic b051804dc3
commit 6a6a48c58d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -258,7 +258,7 @@ class CurlResult
* *
* @return boolean "true" if header exists * @return boolean "true" if header exists
*/ */
public function headerExists(string $field) public function inHeader(string $field)
{ {
$field = strtolower(trim($field)); $field = strtolower(trim($field));