swoole - PHP如何设置file_get_contents('php://input')?
程序员文章站
2022-06-10 12:13:23
...
很多composer库用到了
在swoole框架下PHP不设置
虽然可以在swoole回调通过
file_get_contents('php://input')
在swoole框架下PHP不设置
php://input
虽然可以在swoole回调通过
$request->rawContent()
获取数据,但这样就不能兼容第三方库
请问PHP有什么方法可以主动影响 file_get_contents('php://input')
取到的值吗
回复内容:
很多composer库用到了file_get_contents('php://input')
在swoole框架下PHP不设置 php://input
虽然可以在swoole回调通过$request->rawContent()
获取数据,但这样就不能兼容第三方库
请问PHP有什么方法可以主动影响 file_get_contents('php://input')
取到的值吗
推荐阅读
-
PHP file_get_contents设置超时处理方法
-
swoole如何使php永久运行
-
php使用file_get_contents(‘php://input‘)和$_POST的区别实例对比
-
PHP分页类代码应该如何设置
-
PHP file_get_contents设置超时处理方法
-
file_get_contents('php://input') 和POST的区别
-
file_get_contents("php://input", "r")实例介绍
-
用eclipse开发php服务器设置无效,该如何处理
-
如何用phpmyadmin设置mysql数据库用户的权限_php实例
-
ci-如何在PHP中实现权限设置