Static Public Member Functions | |
static | netmaskDot2Bit ($nmDot) |
Convert a dotted netmask representation (255.255.255.0) to a bit notation (/24). | |
static | netmaskBit2Dot ($nmBit) |
Convert a bit netmask representation (/24) to a dotted notation (255.255.255.0). |
Definition at line 37 of file tlib.php.
static TLNetwork::netmaskBit2Dot | ( | $ | nmBit | ) | [static] |
static TLNetwork::netmaskDot2Bit | ( | $ | nmDot | ) | [static] |