Re: [PHP3] Operators From: jellegiers <email protected>
Date: 09/30/98

Hi,

it's exactly what you thought of.

$the_string_concatenated = "This is a ";

echo $the_string_concatenated .= "test";

will result in

This is a test

Regards

Jens

Quoting Remigiusz Sokolowski <rems <email protected>>:

> Hi!
> Quick question:
> Is there in php operator near to +=, but makes concatention of strings?
> For example .= or smth
> TIA
> Rem
>
> -------------------------------------------
> Remigiusz Sokolowski
> e-mail: rems <email protected>
> -------------------------------------------
>
>
>
> --
> PHP 3 Mailing List http://www.php.net/
> To unsubscribe send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest list: php3-digest-subscribe <email protected>
> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.
> +php3
>
>
>

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3