print

 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.