+ 2

Help with PHP operators.

I was studying PHP and noticed that there are different operatores with the same meaning like "!=" and "<>" , "or" and "||". Are they used in different situations to performe the same task or it's indifferent?

11th Apr 2017, 2:32 AM
JoĂŁo Samuel
JoĂŁo Samuel - avatar
2 Answers
+ 3
Here you can find more details about php operators https://www.w3schools.com/php/php_operators.asp
4th May 2017, 1:35 PM
VJ-code
VJ-code - avatar
+ 1
Are the same.
11th Apr 2017, 4:06 AM
Isaac Salcedo
Isaac Salcedo - avatar