GC_HTTP_Response::get_status()

最后更新于:2021-12-01 11:11:10

GC_()

Retrieves the HTTP return code for the response.

响应

(int) The 3-digit HTTP status code.

源文件

文件: gc-includes/class-gc-http-response.php

	public function get_status() {
		return $this->status;
	}