Discover
School
University
Enterance
Competitive
Support
INR
Login
Sign Up
We use cookies, check our
Privacy Policies
.
Agree
PHP 8 Array Functions
1 / 19
5%
In PHP 8, what is the difference between '??' and '(isset($x) ? $x : '')'?
The first one returns value if set
The second one checks for null before returning value
Neither of these statements works
Both return values only when true
Previous
Next