variant_cat

(PHP 5, PHP 7)
concatenates two variant values together and returns the result
mixed variant_cat ( mixed $left, mixed $right )

Concatenates left with right and returns the result.

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

Parameters:
left

The left operand.

right

The right operand.

Returns:

Returns the result of the concatenation.

See also:

String Operators -

doc_php
2016-02-24 16:14:26
Comments
Leave a Comment

Please login to continue.