swoole - PHP如何设置file_get_contents('php://input')?
程序员文章站
2024-04-05 17:30:42
...
很多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')
取到的值吗
推荐阅读
-
swoole - PHP如何设置file_get_contents('php://input')?
-
php如何设置时间,php.ini如何设置时间,PHP Warning: date() [function.date]: It is not safe to rely on the system's timezone
-
如何设置 PHP.ini 让你的PHP更安全
-
html - 如何在自己的php脚本中设置post_max_size 和upload_max_filesize??
-
PHP页面输出时js设置input框的选中值
-
PHP如何读取由JavaScript设置的Cookie
-
php 如何设置一个严格控制过期时间的session
-
php 如何设置一个严格控制过期时间的session
-
PHP如何读取由JavaScript设置的Cookie
-
PHP页面输出时js设置input框的选中值