Quantcast
Channel: PHP Archives - Virendra's TechTalk
Viewing all articles
Browse latest Browse all 5

PHP 7 – Null Coalesce Operator

$
0
0

PHP 7 brings a lot of improvements, features and new operators as compared to the earlier versions on PHP. One of the new operators is the Null Coalesce Operator (??). This operator can be used instead of using isset() along with the ternary operator (?:). The Null coalesce operator (??) returns the result of its […]

The post PHP 7 – Null Coalesce Operator appeared first on Virendra's TechTalk.


Viewing all articles
Browse latest Browse all 5

Trending Articles