gpt4 book ai didi

php - not_null 没有意义吗?

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

我继承了一些代码,其中以前的编码器写了这样的代码:

    if (!not_null($page)) {
die('<b>Error!</b><br><b>Unable to determine the page link!<br><br>');
}

与仅仅说以下内容相比,这样做有什么好处吗? if (is_null($page))

这对我来说似乎没有必要的困惑。

最佳答案

not_null 必须是本地函数。

不是标准 PHP 函数。

关于php - not_null 没有意义吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11419829/

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