public static function sint32Size($value) { $value = self::zigZagEncode32($value); return self::varint32Size($value); }