PHP - Print Function

Card Puncher Data Processing

About

print is not actually a real function (it is a language construct) so you are not required to use parentheses with its argument list.

Note: Because this is a language construct and not a function, it cannot be called using variable functions.

Usage

int print ( string $arg )

return always 1

Documentation / Reference







Share this page:
Follow us:
Task Runner