PHP Трейт LdapTools\Utilities\NumberUtilitiesTrait

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект

Защищенные методы

Метод Описание
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