Netmask.decompose()
Description
Extracts the number components of the IP address.
Syntax
netmask.decompose()
Parameters
decompose()
Return Value
An array of numbers composing the IP address with length of 4 for IPv4 or 8 for IPv6.
Extracts the number components of the IP address.
netmask.decompose()
decompose()
An array of numbers composing the IP address with length of 4 for IPv4 or 8 for IPv6.