Netmask()
Description
Creates an instance of Netmask.
Syntax
new Netmask(cidr)
Parameters
new Netmask(cidr)
cidr
A string containing an IPv4 address block in CIDR notation.
Return Value
A Netmask object representing the address block.
Creates an instance of Netmask.
new Netmask(cidr)
new Netmask(cidr)
A string containing an IPv4 address block in CIDR notation.
A Netmask object representing the address block.