Skip to content

Latest commit

 

History

History
323 lines (241 loc) · 9.47 KB

The-Basics.md

File metadata and controls

323 lines (241 loc) · 9.47 KB
layout title
page
The Basics

The Basics

Comparison operators

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 %}