Home  >  Article  >  Backend Development  >  php基础语法---php语言标识

php基础语法---php语言标识

WBOY
WBOYOriginal
2016-06-23 14:29:59836browse

PHP 的脚本块以 “” 结束。我们可以把 PHP 的脚本块放置在文档中的任何位置。另外,我们可以还可以使用 和 ?>做开始和结束,再者,还可以使用做开始和结束。

为了更好的兼容性,我们需要把一些表示的识别功能去掉,设置肯定是在php.ini中拉。

下面是php.ini内容的截取片段:

; Allow ASP-style tags.
asp_tags = Off

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