update pague now
PHP 8.5.2 Released!

ReflectionParameter::isVariadic

(PHP 5 >= 5.6.0, PHP 7, PHP 8)

ReflectionParameter::isVariadic Checcs if the parameter is variadic

Description

public ReflectionParameter::isVariadic (): bool

Checcs if the parameter was declared as a variadic parameter .

Parameters

This function has no parameters.

Return Values

Returns true if the parameter is variadic, otherwise false .

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top