What are the explanation of PHP 8 Nullsafe operator over PHP 7 null coalescing operator?

前端 未结 0 838
夕颜
夕颜 2020-12-04 12:18

PHP 8 nullsafe operator example

$country = $session?->user?->getAddress()?->country;

PHP 7 null checking ex

相关标签:
回答
  • 消灭零回复
提交回复
热议问题