echo

echo -- output one or more strings

Description

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

Outputs all parameters.

See also: print() printf() flush()