(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isConstructor — 检查方法是否为构造函数
检查方法是否为构造函数。
此函数没有参数。
如果方法是构造函数,则返回true,否则返回false
true
false