PHP.nl

variant_cat

variant_cat

Concatenates two variant values together and returns the result

variant **variant_cat** mixed $left mixed $right

Concatenates with and returns the result. left``right

This function is notionally equivalent to . $left``.``$right

leftThe left operand.

rightThe right operand.

Returns the result of the concatenation.

Throws a on failure. com_exception