int print ( string $arg )
Outputs arg. print() is not actually a real function (it is a language construct) so you are not required to use parentheses with its argument list.
Returns 1, always.