The result of non-null str = 0 is true.

Source: Internet
Author: User
The result of a non-empty str = 0 is true & lt ;? Php & nbsp; $ str = 'asdfasdfa '; & nbsp; & nbsp; $ bool & nbsp ;=& nbsp; ($ str == 0); & nbsp non-empty str == 0 returns true

$ Str = 'asdfasdfa ';
$ Bool = ($ str = 0 );
Echo $ bool;
?>

Here bool is true .....
This is why bool is actually true... 'data-pics = ''>
------ Solution --------------------
Upstairs

I analyzed it like this.

Echo $ str> 0 results empty
Echo $ str <0 results empty
Echo $ str = 0 Result 1

Because $ str is a string and itself is not a number, $ str is indeed false as a number, and false = 0 in php is true.

Refer to my post. when I search for a database, the varchar field uses col = 0 for the search result. if col is null, the search result is correct.
The same is true.
Http://bbs.csdn.net/topics/390529217

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.