PHP 클래스 Protobuf\Binary\Platform\GmpNegativeEncoder

저자: Iván Montes ([email protected])
저자: Fabio B. Silva ([email protected])
상속: implements Protobuf\Binary\Platform\NegativeEncoder
파일 보기 프로젝트 열기: protobuf-php/protobuf

보호된 프로퍼티들

프로퍼티 타입 설명
$gmp_x00 GMP
$gmp_x100 GMP
$gmp_x7f GMP
$gmp_x80 GMP
$gmp_xff GMP
$is32Bit boolean

공개 메소드들

메소드 설명
__construct ( ) Constructor
encodeSFixed64 ( $sFixed64 )
encodeVarint ( $varint )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

encodeSFixed64() 공개 메소드

public encodeSFixed64 ( $sFixed64 )

encodeVarint() 공개 메소드

public encodeVarint ( $varint )

프로퍼티 상세

$gmp_x00 보호되어 있는 프로퍼티

protected GMP $gmp_x00
리턴 GMP

$gmp_x100 보호되어 있는 프로퍼티

protected GMP $gmp_x100
리턴 GMP

$gmp_x7f 보호되어 있는 프로퍼티

protected GMP $gmp_x7f
리턴 GMP

$gmp_x80 보호되어 있는 프로퍼티

protected GMP $gmp_x80
리턴 GMP

$gmp_xff 보호되어 있는 프로퍼티

protected GMP $gmp_xff
리턴 GMP

$is32Bit 보호되어 있는 프로퍼티

protected bool $is32Bit
리턴 boolean