Home >Backend Development >PHP Tutorial >PHP 基本语法格式_php基础

PHP 基本语法格式_php基础

WBOY
WBOYOriginal
2016-05-17 09:29:021011browse

标准代码如下:

复制代码 代码如下:

...
?>

短标签模式(此模式需要修改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