PHP 클래스 Protobuf\Binary\Platform\PlatformFactory

저자: Fabio B. Silva ([email protected])
파일 보기 프로젝트 열기: protobuf-php/protobuf

공개 메소드들

메소드 설명
getNegativeEncoder ( ) : Protobuf\Binary\Platform\NegativeEncoder Return a NegativeEncoder.
is32Bit ( ) : boolean
isExtensionLoaded ( string $name ) : boolean

메소드 상세

getNegativeEncoder() 공개 메소드

Return a NegativeEncoder.
public getNegativeEncoder ( ) : Protobuf\Binary\Platform\NegativeEncoder
리턴 Protobuf\Binary\Platform\NegativeEncoder

is32Bit() 공개 메소드

public is32Bit ( ) : boolean
리턴 boolean

isExtensionLoaded() 공개 메소드

public isExtensionLoaded ( string $name ) : boolean
$name string
리턴 boolean