企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# setContentType 设置返回的Content-Type ## 函数原型 ```php /** * Set Content-Type Header * * @param string $mime_type Extension of the file we're outputting * @return HttpOutPut */ public function setContentType($mime_type) ```