Output one or more strings.
Strictly speaking, echo() is not a function in PHP, it is a language construct.
PHP
echo 'Hello World!'; // => Hello World!
Ruby
print 'Hello World!' # => Hello World!
Name (required)
Mail (will not be published) (required)
Website