Home > php教程 > php手册 > 我要新增一行,怎么办?

我要新增一行,怎么办?

WBOY
Release: 2016-06-13 09:54:11
Original
803 people have browsed it

在PHP中,要结束一个脚本区域,使用"?>" 或 "?>
"(
是要新增一行的)。意思在上述的程序中你需要在每个PHP区域中加入另外的换行标记。
为何PHP会这样子呢?因为当格式化成一般的HTML时,你不需要新的一行。但是当你在生成了一个行特别长的源代码时,它会让你阅读时很困难。

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