PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<基本语法注释>
Last updated: Mon, 16 Jul 2012

指令分隔符

指令分隔方式与 C 或者 Perl 类似 -- 每个语句由分号格开。

结束标记(?>)同样隐含语句的结束,因此下面的代码是等价的:

<?php
  
echo "This is a test";
?>

<?php echo "This is a test" ?>




<基本语法注释>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST