PHP 8.3.4 Released!

ReflectionParameter::isVariadic

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

ReflectionParameter::isVariadicChecks if the parameter is variadic

Beschreibung

public ReflectionParameter::isVariadic(): bool

Checks if the parameter was declared as a variadic parameter.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns true if the parameter is variadic, otherwise false.

add a note

User Contributed Notes

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