摘要:
1. What is the difference between == and === in PHP?The == operator just checks to see if the left and right values are equal. But, the === operator (note the extra “=”) actually checks to see if the left and right values are equal, and also checks to see if they are of the same variable type (like 阅读全文
posted @ 2013-04-11 09:22
Joanna Qian
阅读(391)
评论(0)
推荐(0)
浙公网安备 33010602011771号