Renamed function

This commit is contained in:
Michael 2019-10-02 06:24:29 +00:00
parent b051804dc3
commit 6a6a48c58d
1 changed files with 1 additions and 1 deletions

View File

@ -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));