Ellipsis (computer programming): Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0
m PHP: PHP-FIG PSR-2
Line 67:
 
<source lang="php">
function variadic_function($a, $b, ...$other)
{
return $other;
}