mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-25 21:16:21 +00:00
343 B
343 B
date | id | title |
---|---|---|
20201112 | 4bf0a31f-50eb-4b42-8d5d-54e6777147a4 | Trailing Comma in Parameter Lists |
Description
PHP8 allows trailing commas1 to bue used in parameters lists.
Syntax
function tralala(string $a, string $b, string $c,) {}