public static function set_data($pack, $isAdd = true) { if ($isAdd) { self::$_packStr .= $pack; } else { self::$_packStr = $pack; } }