ReflectionClass
PHP Manual

ReflectionClass::isUserDefined

(PHP 5)

ReflectionClass::isUserDefinedChecks if user defined

说明

public bool ReflectionClass::isUserDefined ( void )

Checks whether the class is user-defined, as opposed to internal.

参数

此函数没有参数。

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE.

参见


ReflectionClass
PHP Manual