コード例 #1
0
ファイル: DestructTest.php プロジェクト: shabbyrobe/pdok
 function __destruct()
 {
     --static::$ref;
     parent::__destruct();
 }