layout | title | sitemap |
---|---|---|
page |
The Basics |
true |
Comparison operators are an often overlooked aspect of PHP, which can lead to many unexpected outcomes. One such problem stems from strict comparisons (the comparison of booleans as integers).
{% highlight php %}