ReflectionMethod::isDestructor

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isDestructor判斷方法是否是析構(gòu)方法

說明

public ReflectionMethod::isDestructor(): bool

判斷方法是否是析構(gòu)方法

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

如果是析構(gòu)方法返回 true,否則返回 false

參見