what is the difference between =,==,===?
Posted by Raj
what is the difference between =,==,===?
= assigns a value, == checks if value is the same, === checks if value is the same and the variables are of the exact same type.
= assigns a value, == checks if value is the same, === checks if value is the same and the variables are of the exact same type.
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
==,
===?,
PHP interview questions and answers,
what is the difference between =
.You can leave a response, or trackback from your own site.