Closed TysonAndre closed 6 years ago
$x .= $str is efficient and doesn't require creating a temporary array. PHP can efficiently append if there aren't any other references to that string
$x .= $str
$x .= $str
is efficient and doesn't require creating a temporary array. PHP can efficiently append if there aren't any other references to that string