Skip to content

Latest commit

 

History

History
328 lines (244 loc) · 9.58 KB

The-Basics.md

File metadata and controls

328 lines (244 loc) · 9.58 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 %}