芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/bancard_/includes/Bancard/Core/Response.php
response = HTTP::read(); return $self; } /** * * Return response object. * * @return string * **/ public function get() { return $this->response; } /** * * Return representation of json * * @return stdClass * **/ public function json() { return json_decode($this->response); } }