The manual TABLEborder0cellPadding0cellSpacing0height & quot; 100% & quot; width & quot; 100% & quot; & gt; has two string operators. The first is the concatenation operator (.), which returns the new string generated after connecting the right and left. The second is the self-join operator (.), which is a new string formed by adding a string to its right. More Information Manual
TABLE border = 0 cellPadding = 0 cellSpacing = 0 height = "100%" width = "100%">
There are two string operators. The first is the concatenation operator ('.'), which returns the new string generated after connecting the right and left. The second is the self-join operator ('. ='), which is a new string formed by adding a string to its right. For more information, see Assignment Operators.
$ A = "Hello ";
$ B = $ a. "World! "; // Now, $ B is" Hello World! "
$ A = "Hello ";
$ A. = "World! "; // Now, $ a is" Hello World! "