PHP 8.3.4 Released!

ReflectionFunctionAbstract::isUserDefined

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

ReflectionFunctionAbstract::isUserDefinedユーザー定義関数であるかどうかを調べる

説明

public ReflectionFunctionAbstract::isUserDefined(): bool

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

パラメータ

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

戻り値

ユーザー定義関数である場合に true、それ以外の場合に false を返します。

参考

add a note

User Contributed Notes

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