ReflectionParameter::isVariadic

(PHP 5 >= 5.6.0, PHP 7)

ReflectionParameter::isVariadicChecks if the parameter is variadic

Descrierea

public ReflectionParameter::isVariadic ( ) : bool

Checks if the parameter was declared as a variadic parameter.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns true if the parameter is variadic, otherwise false.

add a note add a note

User Contributed Notes

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