ReflectionFunctionAbstract::isVariadic

(PHP 5 >= 5.6.0, PHP 7)

ReflectionFunctionAbstract::isVariadicChecks if the function is variadic

Descrierea

public ReflectionFunctionAbstract::isVariadic ( ) : bool

Checks if the function is variadic.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns true if the function is variadic, otherwise false.

add a note add a note

User Contributed Notes

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