PHP Class Protobuf\Binary\Platform\BigEndian

Author: Iván Montes ([email protected])
Author: Fabio B. Silva ([email protected])
Show file Open project: protobuf-php/protobuf Class Usage Examples

Protected Properties

Property Type Description
$is32Bit boolean
$isBigEndian integer

Public Methods

Method Description
is32Bit ( ) : boolean
isBigEndian ( ) : boolean Check if the current architecture is Big Endian.

Method Details

is32Bit() public static method

public static is32Bit ( ) : boolean
return boolean

isBigEndian() public static method

Check if the current architecture is Big Endian.
public static isBigEndian ( ) : boolean
return boolean

Property Details

$is32Bit protected static property

protected static bool $is32Bit
return boolean

$isBigEndian protected static property

protected static int $isBigEndian
return integer