Heim >Backend-Entwicklung >PHP-Tutorial >PHP Tags & Comments - PHP标签和注释

PHP Tags & Comments - PHP标签和注释

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-29 08:59:271356Durchsuche

PHP标签

1. Standard Tags

标准形式

<code><span><?php </span><span>echo</span><span>'ABC'</span>; <span>?></span></span></code>

2. Short Tags

需要在php.ini中设置short_open_tag = On

<code><span></span><span>echo</span><span>'ABC'</span>; <span>?></span></code>

3. Echo Short Tags

短标签输出的简写形式
PHP5.4及以上版本使用这种形式不再需要设置short_open_tag

<code><span></span>=<span>'ABC'</span>; <span>?></span><span></span>=<span>'A'</span>,<span>'B'</span>,<span>'C'</span>; <span>?></span></code>

4. ASP-Style Tags

需要在php.ini中设置asp_tags = On
PHP7已废除,不再使用

<code>echo<span>'ABC'</span>; %></code>

5. Echo ASP-Style Tags

需要在php.ini中设置asp_tags = On
PHP7已废除,不再使用

<code>'ABC'; %></code>

6. Script Tags

PHP7已废除,不再使用

<code><script language="<span">"php"><span>echo<span>'ABC';</script></code>

PHP注释

1. 单行C++风格

<code><span>// This is a one-line c++ style comment</span></code>

2. 单行shell风格

<code><span># This is a one-line shell-style comment</span></code>

3. 多行注释

<code><span>/* This is a multi line comment
   yet another line
   of comment */</span></code>

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

以上就介绍了PHP Tags & Comments - PHP标签和注释,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:php 的 cURL库Nächster Artikel:nginx+httpd+tomcat三