<?php echo "This is a test"; // C++型の単一行用のコメント /* 複数行用のコメント もう一行分のコメント */ echo "This is yet another test"; echo "One Final Test"; # シェル型のコメント ?>