gpt4 book ai didi

php - 如何在 php 中将所有发布的数据作为一行获取?

转载 作者:行者123 更新时间:2023-12-02 01:14:05 25 4
gpt4 key购买 nike


我想在一行中捕获所有发布的数据,例如 name=asd&age=12&city=something 并作为一个数组,同时使用表单发布数据。 (我不想捕获像 "$name=$_POST['name']")

这样的值

(问题 1:单行。
问题 2:作为一个数组。)

我该怎么做?

-谢谢。

最佳答案

我不太明白你想要什么,但我认为你正在寻找以下内容:

单行:

$raw_data = file_get_contents("php://input");

在数组中

$array_data = $_POST // this is already an array?

关于php - 如何在 php 中将所有发布的数据作为一行获取?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13626050/

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