Method | Description | |
---|---|---|
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. |
protected hexSLong32Be2Int ( string $hex ) : integer | ||
$hex | string | |
return | integer |
protected hexULong32Le2int ( string $hex ) : integer | ||
$hex | string | |
return | integer |
protected hexUShort16Le2Int ( string $hex ) : integer | ||
$hex | string | |
return | integer |