我收到此 PHP 錯誤:Undefined offset: 1代碼是:public function setHttpResponseCodeFromHeader($rawResponseHeader){ preg_match('|HTTP/\d\.\d\s+(\d+)\s+.*|', $rawResponseHeader, $match); $this->httpResponseCode = (int)$match[1];}如何解決這個錯誤?
PHP 通知:未定義的偏移量:1 - GraphRawResponse.php
慕的地8271018
2023-03-04 17:12:00