Home > php教程 > php手册 > body text

PHP 基本语法格式

WBOY
Release: 2016-06-13 12:20:29
Original
968 people have browsed it

标准代码如下:

复制代码 代码如下:


...
?>


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

复制代码 代码如下:



...
?>


注释:

复制代码 代码如下:


/* ...*/

//

#

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template