PHP Class Protobuf\Binary\Platform\PlatformFactory

Author: Fabio B. Silva ([email protected])
Show file Open project: protobuf-php/protobuf

Public Methods

Method Description
getNegativeEncoder ( ) : Protobuf\Binary\Platform\NegativeEncoder Return a NegativeEncoder.
is32Bit ( ) : boolean
isExtensionLoaded ( string $name ) : boolean

Method Details

getNegativeEncoder() public method

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

is32Bit() public method

public is32Bit ( ) : boolean
return boolean

isExtensionLoaded() public method

public isExtensionLoaded ( string $name ) : boolean
$name string
return boolean