PHP Class Protobuf\Binary\Platform\GmpNegativeEncoder

Author: Iván Montes ([email protected])
Author: Fabio B. Silva ([email protected])
Inheritance: implements Protobuf\Binary\Platform\NegativeEncoder
Show file Open project: protobuf-php/protobuf

Protected Properties

Property Type Description
$gmp_x00 GMP
$gmp_x100 GMP
$gmp_x7f GMP
$gmp_x80 GMP
$gmp_xff GMP
$is32Bit boolean

Public Methods

Method Description
__construct ( ) Constructor
encodeSFixed64 ( $sFixed64 )
encodeVarint ( $varint )

Method Details

__construct() public method

Constructor
public __construct ( )

encodeSFixed64() public method

public encodeSFixed64 ( $sFixed64 )

encodeVarint() public method

public encodeVarint ( $varint )

Property Details

$gmp_x00 protected property

protected GMP $gmp_x00
return GMP

$gmp_x100 protected property

protected GMP $gmp_x100
return GMP

$gmp_x7f protected property

protected GMP $gmp_x7f
return GMP

$gmp_x80 protected property

protected GMP $gmp_x80
return GMP

$gmp_xff protected property

protected GMP $gmp_xff
return GMP

$is32Bit protected property

protected bool $is32Bit
return boolean