Code Optimization: Equal vs. Identical Operators
One of my favorite optimization techniques is using the Identical operator. Why? Because it’s such an easy replacement for the Equality operator and it works much faster. Wait, now you might be wondering “Equality Operator” ? … “Identical Operator” ? Aren’t those the same thing? Well, no. Let’s take a look. PHP has lots of …
Code Optimization: Equal vs. Identical Operators Read More »