ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# Http\\Request->rawContent 获取原始的`POST`包体,用于非`application/x-www-form-urlencoded`格式的`Http POST`请求。 ~~~ string Http\Request->rawContent(); ~~~ * 返回原始`POST`数据,此函数等同于PHP的`fopen('php://input')` 有些情况下服务器不需要解析`Http POST`请求参数,`1.7.18`以上版本增加了`http_parse_post`配置,可以关闭`POST`数据解析。