ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# end 设置http返回的body output:发送的数据 gzip:是否启用压缩 destory:发送完是否自动销毁 ## 函数原型: ```php /** * 发送 * @param string $output * @param bool $gzip * @param bool $destory */ public function end($output = '', $gzip = true, $destory = true) ```