ReflectionFunctionAbstract::isVariadic

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

ReflectionFunctionAbstract::isVariadicChecks if the function is variadic

Descrição

public ReflectionFunctionAbstract::isVariadic(): bool

Checks if the function is variadic.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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