PHP 클래스 Protobuf\Binary\Platform\BigEndian

저자: Iván Montes ([email protected])
저자: Fabio B. Silva ([email protected])
파일 보기 프로젝트 열기: protobuf-php/protobuf 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$is32Bit boolean
$isBigEndian integer

공개 메소드들

메소드 설명
is32Bit ( ) : boolean
isBigEndian ( ) : boolean Check if the current architecture is Big Endian.

메소드 상세

is32Bit() 공개 정적인 메소드

public static is32Bit ( ) : boolean
리턴 boolean

isBigEndian() 공개 정적인 메소드

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

프로퍼티 상세

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

protected static bool $is32Bit
리턴 boolean

$isBigEndian 보호되어 있는 정적으로 프로퍼티

protected static int $isBigEndian
리턴 integer