Documentation

Integers
in package

Tags
source

Table of Contents

checkValidInt()  : mixed
HexitPads()  : string
Pack_UInt_BE()  : string
Pack_UInt_LE()  : string
Unpack()  : mixed

Methods

checkValidInt()

public static checkValidInt(mixed $dec) : mixed
Parameters
$dec : mixed
Return values
mixed

HexitPads()

public static HexitPads(string $hex) : string
Parameters
$hex : string
Return values
string

Pack_UInt_BE()

public static Pack_UInt_BE(mixed $dec) : string
Parameters
$dec : mixed
Return values
string

Pack_UInt_LE()

public static Pack_UInt_LE(mixed $dec) : string
Parameters
$dec : mixed
Return values
string

Unpack()

public static Unpack(string $hex) : mixed
Parameters
$hex : string
Return values
mixed

Search results