Tag: operators

PHP8: Null safe operator 

Null safe operator is a new short syntax in PHP 8.0, that provides an optional chaining feature…

 Posted in PHP Tagged , , ,

Shorthand comparisons in PHP

If you are a programmer then you may already know about comparison operators or shorthand comparisons.

 Posted in PHP Tagged ,