Login
From:
Amit Merchant
(Uncensored)
subscribe
Unpacking inside arrays using spread operator in PHP — Amit Merchant — A blog on PHP, JavaScript, and more
https://www.amitmerchant.com/unpacking-inside-arrays-spread-operator-php/
links
backlinks
Roast topics
Find topics
Find it!
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 [...].