gpt4 book ai didi

language-design - 为什么 PHP bool 值既是小写又是大写?

转载 作者:行者123 更新时间:2023-12-04 14:49:46 25 4
gpt4 key购买 nike

true有区别吗和 TRUEfalseFALSE在 PHP 中?

最佳答案

如果您打算使用 JSON,那么标准 RFC7159 说:

The literal names MUST be lowercase. No other literal names are allowed.


来自 Php 5.6 :

json_decode() now rejects non-lowercase variants of the JSON literals true, false and null at all times, as per the JSON specification


并根据 PSR-2 standard :

PHP keywords MUST be in lower case.

The PHP constants true, false, and null MUST be in lower case.


Ps.:由于 SO 限制,我无法发布到 RFC7159 的链接。

关于language-design - 为什么 PHP bool 值既是小写又是大写?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8598973/

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