Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse 3.5 PDTにアップグレードしたところ、入力するたびに<?に変換され<?php ?>ます。どうすればそれをオフにできますか?
<?
<?php ?>
オフにしたい場合は、下にあります
設定 -> PHP -> エディター -> 入力 -> PHP タグを閉じる (?>)
<?phpただし、完全なオープン タグを使用するのがベスト プラクティスです。
<?php