PHP 8.3.4 Released!

ReflectionFunctionAbstract::isVariadic

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

ReflectionFunctionAbstract::isVariadicこの関数の引数が可変長かを調べる

説明

public ReflectionFunctionAbstract::isVariadic(): bool

この関数の 引数が可変長 かを調べます。

パラメータ

この関数にはパラメータはありません。

戻り値

この関数の引数が可変長なら true を返します。そうでないなら false を返します。

add a note

User Contributed Notes

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