mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
345 B
345 B
date | id | title |
---|---|---|
2020-11-12 | 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,) {}