/** * 释放当前类 * @return bool */ public static function release() { self::$objectNow = array_pop(self::$objectStack); return true; }