ReflectionFunctionAbstract::isUserDefined
(PHP 5)
ReflectionFunctionAbstract::isUserDefined — Checks if user defined
说明
public bool ReflectionFunctionAbstract::isUserDefined
( void
)
Checks whether the function is user-defined, as opposed to internal.
Warning
本函数还未编写文档,仅有参数列表。
参数
此函数没有参数。
返回值
TRUE if it's user-defined, otherwise false;
There are no user contributed notes for this page.
