PHP Manual
Description
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.
For a short discussion about the differences between print() and echo(), see this FAQTs Knowledge Base Article: http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40
Examples
Notes
Note: Because this is a language construct and not a function, it cannot be called using variable functions

RSS Feed




