The difference between == and === Operators in PHP
Опубликовано: 07 Июнь 2011 на канале: life michael
1,344
5
Using the identity == operator involves with automatic transparent conversion of the string into a numeric value. Using the identity === operator is not involved with an automatic transparent conversion.