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.
タイトルのとおり、echoを使用せずにPHPで何かを表示するためのより迅速な方法はありますか。たとえば、GET [1]を使用して、解析されたパラメーター「1」からコードを取得し、それを画面に表示しています。
echo次のような速記文があります。
echo
<?=$_GET[1]?>
ただし、この機能をオンにする必要があります。
ショートオープンタグ