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