ReflectionClass::isUserDefined
(PHP 5)
ReflectionClass::isUserDefined — 检查是否由用户定义的
说明
public bool ReflectionClass::isUserDefined
( void
)
检查一个类是否由用户定义,和内置相对。
参数
此函数没有参数。
返回值
成功时返回 TRUE, 或者在失败时返回 FALSE。
There are no user contributed notes for this page.
