Home > PHP > Function > COM > variant_cat()

variant_cat()

variant_cat - concatenates two variant values together and returns the result

Syntax

mixed variant_cat (mixed $left, mixed $right)

Arguments

  • left - The left operand.
  • right - The right operand.

Description

Concatenates left with right and returns the result.

Version

PHP 5

Return value

Returns the result of the concatenation.