ReflectionParameter::isVariadic

(PHP 5 >= 5.6.0, PHP 7)

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