Appearance
String concatenation can be used to concatenate two strings using the . operator, followed by the string to concatenate to the left.
.
$foo = $bar . $baz;