PHP 트레잇 LdapTools\Utilities\NumberUtilitiesTrait

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 메소드들

메소드 설명
hexSLong32Be2Int ( string $hex ) : integer Hex string of signed long 32bit big-endian to int form.
hexULong32Le2int ( string $hex ) : integer Hex string of unsigned long 32bit little-endian to int form.
hexUShort16Le2Int ( string $hex ) : integer Hex string of unsigned short 16bit little-endian to int form.

메소드 상세

hexSLong32Be2Int() 보호된 메소드

Hex string of signed long 32bit big-endian to int form.
protected hexSLong32Be2Int ( string $hex ) : integer
$hex string
리턴 integer

hexULong32Le2int() 보호된 메소드

Hex string of unsigned long 32bit little-endian to int form.
protected hexULong32Le2int ( string $hex ) : integer
$hex string
리턴 integer

hexUShort16Le2Int() 보호된 메소드

Hex string of unsigned short 16bit little-endian to int form.
protected hexUShort16Le2Int ( string $hex ) : integer
$hex string
리턴 integer