Renamed function

This commit is contained in:
Michael 2019-10-02 06:24:29 +00:00
부모 b051804dc3
커밋 6a6a48c58d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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