ReflectionMethod::isConstructor
ReflectionMethod::isConstructor
(PHP 5, PHP 7)
ReflectionMethod :: isConstructor - 检查方法是否是构造函数
描述
public bool ReflectionMethod::isConstructor ( void )
检查方法是否是构造函数。
参数
该功能没有参数。
返回值
如果该方法是一个构造函数返回TRUE
,否则返回FALSE
← ReflectionMethod::isAbstract
ReflectionMethod::isDestructor →