PHP 8.3.4 Released!

ReflectionFunctionAbstract::isInternal

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

ReflectionFunctionAbstract::isInternal内部関数かどうかを調べる

説明

public ReflectionFunctionAbstract::isInternal(): bool

この関数が内部関数なのかユーザー定義関数なのかを調べます。

パラメータ

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

戻り値

内部関数である場合に true、それ以外の場合に false を返します。

参考

add a note

User Contributed Notes

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