Dutch PHP Conference 2025 - Call For Papers

ReflectionFunctionAbstract::isVariadic

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

ReflectionFunctionAbstract::isVariadicChecks if the function is variadic

Опис

public ReflectionFunctionAbstract::isVariadic(): bool

Checks if the function is variadic.

Параметри

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

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

Returns true if the function is variadic, otherwise false.

add a note

User Contributed Notes

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