Unpacking inside arrays using spread operator in PHP
May 12, 2020 — If you’ve ever worked with JavaScript, you might be well aware of this feature. So basically, from PHP 7.4, you would be able to unpack arrays into another array using spread operator [...
].