Home > Backend Development > PHP Tutorial > PHP的四种标记(书写方式)

PHP的四种标记(书写方式)

WBOY
Release: 2016-06-13 12:43:27
Original
1244 people have browsed it

PHP的四种标记(书写形式)

  1. XML风格


  2. 简短风格(需要在配置中开启才能使用)
    ?echo ?'书写内容' ; ??>

  3. SCRIPT风格


  4. ASP风格(需要在配置中开启才能使用)
Related labels:
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