Show Output
PHP String Operators
"; $x .= $y; echo $x; // Outputs: Hello World! ?>