echo

echo -- 1 つ以上の文字列を出力する

説明

echo(string arg1, string [argn]... );

この関数は、すべてのパラメータを出力します。

参照: print() printf() flush()