第五章 PHP3 语法和文法
返回
语句的脱离方法和C及PERL是一样的------终止每一个语句时使用分号(;)。
结束标签(?>)也暗示了说明的结束,所以下面的两句话是等价的:
<php echo "This is a test"; ?> <php echo "This is a test" ?> 返回
<php
echo "This is a test";
?>
<php echo "This is a test" ?>