[$param['a']??0,$param['l']??0,$param['d']??0];
echo $a, $l, $d;
}
dd(['a'=>2, 'l'=>3, 'd'=>100]);
🙏
php7
Обсуждают сегодня