ReflectionClass::isUserDefined
(PHP 5)
ReflectionClass::isUserDefined — Checks if user defined
説明
public bool ReflectionClass::isUserDefined
( void
)
Checks whether the class is user-defined, as opposed to internal.
パラメータ
この関数にはパラメータはありません。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。
ReflectionClass::isUserDefined
There are no user contributed notes for this page.
