Is there a += equivilant for strings??

$string = "Hello";
$string += "world.";

I know that
  $string = $string." world.";
would work, but I keep having to do it.  Is there a shortcut?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to