.= is += php code example Example: php += $my_var = "foo"; $my_var .= " bar"; echo($my_var); // foo bar