Home
Press ? for keyboard navigation
❮
Numerical Operations
Variables
❯
"
.
Strings - concatenation
examples/intro/strings.php
<?php
print
"Name<br>"
;
print
"Foo"
.
" "
.
"Bar"
.
"<br>"
;
?>
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)