The print() function outputs one or more strings.
Note: The print() function is not actually a function, so you are not required to use parentheses with it.
Tip: The print() function is slightly slower than echo().
| Parameter | Description |
|---|---|
| strings | Required. One or more strings to be sent to the output |
| Return Value: | Always returns 1 |
|---|---|
| PHP Version: | 4+ |
Write the value of the string variable ($str) to the output:
Write the value of the string variable ($str) to the output, including HTML tags:
Join two string variables together:
Write the value of an array to the output:
Write some text to the output:
Difference of single and double quotes. Single quotes will print the variable name, not the value:
Complete PHP String Reference
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.