PHP » GoLang |
login |
register |
about
|
(PHP 4, PHP 5, PHP 7) print — Output a string Description
int print
( string
$arg
)
Outputs print is not actually a real function (it is a language construct) so you are not required to use parentheses with its argument list. The major differences to echo are that print only accepts a single argument and always returns 1. Parameters
Return ValuesReturns 1, always. Examples
Example #1 print examples
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|