Save
PHP Operators:
Save
Share
Learn
Content
Leaderboard
Learn
Created by
PluralRacoon69646
Visit profile
Cards (8)
Arithmetic
operators -
+
,
-
,
*
,
/
,
%
Assignment
operators -
=
,
+=
,
-=
,
*=
,
/=
,
%=
Comparison
operators -
==
,
!=
,
>
,
<
,
>=
,
<=
Logical
operators -
&&
,
||
,
!
Increment
/
Decrement
operators -
++
and
--
Concatenation
operator -
.
Ternary
operator -
?:
Bitwise
operators -
&
,
|
,
^
,
~
,
<<
,
>>