<tfoot id='5fcM4'></tfoot>
    1. <i id='5fcM4'><tr id='5fcM4'><dt id='5fcM4'><q id='5fcM4'><span id='5fcM4'><b id='5fcM4'><form id='5fcM4'><ins id='5fcM4'></ins><ul id='5fcM4'></ul><sub id='5fcM4'></sub></form><legend id='5fcM4'></legend><bdo id='5fcM4'><pre id='5fcM4'><center id='5fcM4'></center></pre></bdo></b><th id='5fcM4'></th></span></q></dt></tr></i><div id='5fcM4'><tfoot id='5fcM4'></tfoot><dl id='5fcM4'><fieldset id='5fcM4'></fieldset></dl></div>

      <small id='5fcM4'></small><noframes id='5fcM4'>

      • <bdo id='5fcM4'></bdo><ul id='5fcM4'></ul>

        <legend id='5fcM4'><style id='5fcM4'><dir id='5fcM4'><q id='5fcM4'></q></dir></style></legend>
      1. PHP 认为 null 等于零

        时间:2023-10-15

            <bdo id='ewWXu'></bdo><ul id='ewWXu'></ul>
            <i id='ewWXu'><tr id='ewWXu'><dt id='ewWXu'><q id='ewWXu'><span id='ewWXu'><b id='ewWXu'><form id='ewWXu'><ins id='ewWXu'></ins><ul id='ewWXu'></ul><sub id='ewWXu'></sub></form><legend id='ewWXu'></legend><bdo id='ewWXu'><pre id='ewWXu'><center id='ewWXu'></center></pre></bdo></b><th id='ewWXu'></th></span></q></dt></tr></i><div id='ewWXu'><tfoot id='ewWXu'></tfoot><dl id='ewWXu'><fieldset id='ewWXu'></fieldset></dl></div>
              <tfoot id='ewWXu'></tfoot>
              <legend id='ewWXu'><style id='ewWXu'><dir id='ewWXu'><q id='ewWXu'></q></dir></style></legend>

            1. <small id='ewWXu'></small><noframes id='ewWXu'>

                    <tbody id='ewWXu'></tbody>
                  本文介绍了PHP 认为 null 等于零的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在 PHP 中,($myvariable==0)当 $myvariable 为零时,表达式的值为真;当 $myvariable 为 null 时,此表达式的值也为 true.如何排除第二种情况?我的意思是我希望表达式仅在 $myvariable 为零时才为真.我当然可以写

                  In PHP, ($myvariable==0) When $myvariable is zero, the value of the expression is true; when $myvariable is null, the value of this expression is also true. How can I exclude the second case? I mean I want the expression to be true only when $myvariable is zero. Of course I can write

                  ($myvariable != null && $myvariable == 0)
                  

                  但是还有其他优雅的方法来做到这一点吗?

                  But is there other elegant way to do this?

                  推荐答案

                  $myvariable === 0
                  

                  阅读有关比较运算符的更多信息.

                  这篇关于PHP 认为 null 等于零的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:null 和 empty 和有什么不一样? 下一篇:使用 MySQL 检查空字段

                  相关文章

                • <tfoot id='tntYw'></tfoot>
                • <small id='tntYw'></small><noframes id='tntYw'>

                  <legend id='tntYw'><style id='tntYw'><dir id='tntYw'><q id='tntYw'></q></dir></style></legend>

                    <bdo id='tntYw'></bdo><ul id='tntYw'></ul>
                  <i id='tntYw'><tr id='tntYw'><dt id='tntYw'><q id='tntYw'><span id='tntYw'><b id='tntYw'><form id='tntYw'><ins id='tntYw'></ins><ul id='tntYw'></ul><sub id='tntYw'></sub></form><legend id='tntYw'></legend><bdo id='tntYw'><pre id='tntYw'><center id='tntYw'></center></pre></bdo></b><th id='tntYw'></th></span></q></dt></tr></i><div id='tntYw'><tfoot id='tntYw'></tfoot><dl id='tntYw'><fieldset id='tntYw'></fieldset></dl></div>