+ 1
PHP Concatenation Operator
The lesson here says that the (.) or concatenation operator is used for connecting strings in an echo statement. However, does it also work as an AND operator when plugging variables into functions?
1 Answer
+ 1
no.
The lesson here says that the (.) or concatenation operator is used for connecting strings in an echo statement. However, does it also work as an AND operator when plugging variables into functions?