Return value added

This commit is contained in:
Michael 2019-10-02 09:37:05 +00:00
부모 52c3f64cee
커밋 7991b77343
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -249,6 +249,8 @@ class CurlResult
if (isset($headers[$field])) {
return $headers[$field];
}
return '';
}
/**