ReflectionParameter::isVariadic

(PHP 5 >= 5.6.0)

ReflectionParameter::isVariadicChecks if the parameter is variadic

Опис

public bool ReflectionParameter::isVariadic ( void )

Checks if the parameter was declared as a variadic parameter.

Параметри

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

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

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