ReflectionFunctionAbstract::isVariadic

(PHP 5 >= 5.6.0)

ReflectionFunctionAbstract::isVariadicChecks if the function is variadic

Опис

public bool ReflectionFunctionAbstract::isVariadic ( void )

Checks if the function is variadic.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

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