PHPのechoには省略表記があったのか。
2015/02/03
PHPのデバッグ時によく利用するのがechoです。
このecho文だけを出力する場合にはもっと短く表記することができます。
echoの記述例
普通はこんな感じで埋め込むことが多いと思います。
1 |
<?php echo 'Hello, World!'; ?> |
2015/02/03訂正
正: <?php
誤: <php
お詫びして訂正します。
上記は以下のように書くこともできます。
1 |
<?='Hello, World!'?> |
まぁ、あまりechoだけで埋め込むこともないので、
普段使いするかというと、微妙ではありますが知っておくと便利かも。
参考
Web業界で働くためのPHP入門(2):知らないと働けないPHPの基本文法/構文と注意点 (1/2) – @IT
PHPはPHP License (原文)に基づいて、
Open Source Initiativeに承認されライセンスされています。
関連記事
-
PHPをインストール後に[msvcr71.dllがないためプログラムを開始できません]という場合
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
ローカル環境へのphpMyAdmin設置
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
phpinfo.phpに表示されるLocal ValueとMaster Valueの違いとは
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
ローカル環境へのPHP設置(Ver.PHP 5.5.5)
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
レンタルサーバ環境へのphpMyAdmin設置
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
PHPをmod_fcgidやmod_fastcgiでFastCGI実行する方法
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
phpMyAdminを利用したMySQL同期とWM3500Rポート解放
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
PHP.iniに設定する設定をhttpd.confや.htaccessに対して行うメリット
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
(mod_fcgid on 2.0.x)windowsでCGIをFastCGIで実行するように設定したかった
Google or AdMax Promotion(it) 禁断の機能がau公式 …
-
PHP.iniに設定する設定値はhttpd.confや.htaccessに対しても設定が可能
Google or AdMax Promotion(it) 禁断の機能がau公式 …