FormatConverter
class FormatConverter (View source)
Format converter
Methods
static string
binaryToIp(string $buffer, bool $isBinary)
Transforms a binary to an IP
static string
ipToBinary(string $buffer)
Transforms an IP to a binary
static int|string
ipToLong(string $buffer)
Transforms an IP to a long
static string
longToIp(string $buffer)
Transforms a long to an IP
Details
static string
binaryToIp(string $buffer, bool $isBinary)
Transforms a binary to an IP
static string
ipToBinary(string $buffer)
Transforms an IP to a binary
static int|string
ipToLong(string $buffer)
Transforms an IP to a long
static string
longToIp(string $buffer)
Transforms a long to an IP