标签:知识 orm either round back nbsp color class else
PHP 提供了一些流程控制的替代语法,包括 if,while,for,foreach 和 switch。
替代语法的基本形式是把左花括号({)换成冒号(:),把右花括号(})分别换成 endif;,endwhile;,endfor;,endforeach; 以及 endswitch;。
<?php if ($a == 5): ?>
A is equal to 5
<?php endif; ?>
标签:知识 orm either round back nbsp color class else
原文地址:http://www.cnblogs.com/learnsimida/p/5991775.html