GC_HTTP_Requests_Response::get_status()
最后更新于:2021-12-01 11:11:39
GC_()
Retrieves the HTTP return code for the response.
响应
(int) The 3-digit HTTP status code.
源文件
文件: gc-includes/class-gc-http-requests-response.php
public function get_status() {
return $this->response->status_code;
}