GC_HTTP_Response::get_data()

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

GC_()

Retrieves the response data.

响应

(mixed) Response data.

源文件

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

	public function get_data() {
		return $this->data;
	}