<bdo id='VJU6R'></bdo><ul id='VJU6R'></ul>
    1. <tfoot id='VJU6R'></tfoot>

      <small id='VJU6R'></small><noframes id='VJU6R'>

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

      1. if () { } 和 if () 的区别: endif;

        时间:2023-06-24
      2. <legend id='Odrx6'><style id='Odrx6'><dir id='Odrx6'><q id='Odrx6'></q></dir></style></legend>

        <small id='Odrx6'></small><noframes id='Odrx6'>

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

          • <tfoot id='Odrx6'></tfoot>

                  <tbody id='Odrx6'></tbody>
                • <bdo id='Odrx6'></bdo><ul id='Odrx6'></ul>

                • 本文介绍了if () { } 和 if () 的区别: endif;的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  ...之间有什么区别吗

                  Are there any differences between...

                  if ($value) {
                  
                  }
                  

                  ……还有……

                  if ($value):
                  
                  endif;
                  

                  ?

                  推荐答案

                  它们是相同的,但是如果您的代码中有 MVC 并且不想在您的代码中有很多回声,那么第二个方案会很棒.例如,在我的 .phtml 文件(Zend 框架)中,我将编写如下内容:

                  They are the same but the second one is great if you have MVC in your code and don't want to have a lot of echos in your code. For example, in my .phtml files (Zend Framework) I will write something like this:

                  <?php if($this->value): ?>
                  Hello
                  <?php elseif($this->asd): ?>
                  Your name is: <?= $this->name ?>
                  <?php else: ?>
                  You don't have a name.
                  <?php endif; ?>
                  

                  这篇关于if () { } 和 if () 的区别: endif;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:'&lt;?=' 在 PHP 中是什么意思? 下一篇:php脚本中的双引号echo

                  相关文章

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

                    • <bdo id='LEgBM'></bdo><ul id='LEgBM'></ul>

                    1. <tfoot id='LEgBM'></tfoot><legend id='LEgBM'><style id='LEgBM'><dir id='LEgBM'><q id='LEgBM'></q></dir></style></legend>

                      <small id='LEgBM'></small><noframes id='LEgBM'>