PHP Operators Flashcards

1
Q

types of operators

A

unary

binary

ternary

comparison

concatenation

arithmetic

autoincrement (++)

casting (bool $foo = true;)

assignment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which comparison operator is for testing if something is NOT EQUAL?

A

!=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What comparison operator is for testing if something is IDENTICAL?

A

===

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly