企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# end 设置http返回的body output:发送的数据 gzip:是否启用压缩 destory:发送完是否自动销毁 ## 函数原型: ```php /** * 发送 * @param string $output * @param bool $gzip * @param bool $destory */ public function end($output = '', $gzip = true, $destory = true) ```