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

WBOY
Release: 2016-06-23 14:29:59
Original
835 people have browsed it

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

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

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

; Allow ASP-style tags.
asp_tags = Off

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!