ReflectionMethod
PHP Manual

ReflectionMethod::isDestructor

(PHP 5)

ReflectionMethod::isDestructorデストラクタであるかどうかを調べる

説明

public bool ReflectionMethod::isDestructor ( void )

デストラクタであるかどうかを調べます。

パラメータ

この関数にはパラメータはありません。

返り値

デストラクタである場合に TRUE、それ以外の場合に FALSE を返します。

参考


ReflectionMethod
PHP Manual