Home  >  Article  >  php教程  >  PHP 基本语法格式

PHP 基本语法格式

WBOY
WBOYOriginal
2016-06-13 12:20:29969browse

标准代码如下:

复制代码 代码如下:


...
?>


短标签模式(此模式需要修改PHP配置,让PHP支持短标签模式):

复制代码 代码如下:



...
?>


注释:

复制代码 代码如下:


/* ...*/

//

#

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn