gpt4 book ai didi

php - file_put_contents 在使用 json_encode 时返回 null

转载 作者:行者123 更新时间:2023-11-30 05:50:24 26 4
gpt4 key购买 nike

我正在尝试使用 file_put_contents 将 json_encoded 变量放到一个文件中。我不知道为什么它在目标文件上返回空值。

$json1=json_encode($php);
file_put_contents("path/text.txt",$json1);

最佳答案

json_encode() 将在包含无效(非 UTF-8)字符的元素中设置一个 null 值。

确保您的传入数据不包含无效字符。如果它来自不同的编码,请使用 iconv()先将其转换为 UTF-8。

关于php - file_put_contents 在使用 json_encode 时返回 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15224183/

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