gpt4 book ai didi

php - 防止 json_encode 将空字符串编码为 null

转载 作者:行者123 更新时间:2023-12-05 03:11:37 26 4
gpt4 key购买 nike

PHP json_encode 函数是否可以不将空字符串值转换为 null?

更新
我无法在明确的条件下复制此行为,看起来它已经是此功能的默认设置。

最佳答案

这已经是默认行为了。

json_encode(['test' => '']);

生成:

{"test":""}

关于php - 防止 json_encode 将空字符串编码为 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36629933/

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