We're a place where coders share, stay up-to-date and grow their careers.
Hi :)
I think you meant in PHP 7.4? wiki.php.net/rfc/spread_operator_f...
Hi,
No, this work in PHP 5.6 : php.net/manual/en/migration56.new-..., "Argument unpacking via ..." section
Oh! Indeed, array_merge is a function so variadic arguments work… Did not think about it . Thx!
Hi :)
I think you meant in PHP 7.4? wiki.php.net/rfc/spread_operator_f...
Hi,
No, this work in PHP 5.6 : php.net/manual/en/migration56.new-..., "Argument unpacking via ..." section
Oh! Indeed, array_merge is a function so variadic arguments work… Did not think about it . Thx!