GC_HTTP_Requests_Response::set_data()
最后更新于:2021-12-01 11:11:32
GC_( string$data)
Sets the response data.
参数
- $data
-
(string)
(Required)
Response data.
源文件
文件: gc-includes/class-gc-http-requests-response.php
public function set_data( $data ) {
$this->response->body = $data;
}