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