PHP - Conditional Statements
Which of the following is the correct syntax to assign
$result to $a if set, otherwise to 10, using null coalescing?$result to $a if set, otherwise to 10, using null coalescing?$variable = $value ?? default; to assign default if value is null or not set.?? operator. Others are invalid syntax or different operators.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions