Operator Types: Etl Labs PVT LTD - PHP
Operator Types: Etl Labs PVT LTD - PHP
1 2 3
4 5 6
=== Identical $x === $y Returns true if $x is equal to $y, and they are of the same type
!== Not identical $x !== $y Returns true if $x is not equal to $y, or they are not of the same type
Greater than
>= $x >= $y Returns true if $x is greater than or equal to $y
or equal to
Less than or
<= $x <= $y Returns true if $x is less than or equal to $y
equal to
Concatenation
.= $txt1 .= $txt2 Appends $txt2 to $txt1
assignment