gpt4 book ai didi

php - 警告 : filter_input(): INPUT_REQUEST is not yet implemented

转载 作者:行者123 更新时间:2023-12-02 06:13:55 25 4
gpt4 key购买 nike

我正在尝试修改这一行。

原来是

$cmd = $_REQUEST["cmd"];

然后,我通过阅读这篇文章 a link 更改为这个在 Stackoverflow。
$cmd = filter_input(INPUT_REQUEST, "cmd");

但是,我仍然收到底部错误:
Warning: filter_input(): INPUT_REQUEST is not yet implemented

当我阅读其他文章时 a link ,它说“INPUT_REQUEST 不是有效类型。”

这里的解决方案是什么?

最佳答案

根据文档(以及您的错误消息,以及您引用的 SitePoint 问答的答案),它不是有效参数。 documentation says :

One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, or INPUT_ENV.



没有 INPUT_REQUEST 这样的东西对于这个功能。

What is solution here?



使用实际存在的参数之一。

关于php - 警告 : filter_input(): INPUT_REQUEST is not yet implemented,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46370484/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com