print

Example

 int print ( string $arg ) 

Description

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.

Return Values

Returns 1, always.