Net_IPv4::parseAddress() | Net_IPv4::ipInNetwork() |
Net_IPv4 | |
PEAR Manual | |
require_once 'Net/IPv4.php'; |
mixed calculate (
)
Fully populates the object properties based on the IP address and netmask/bitmask properties. Once these two fields are populated, calculate() will perform calculations to determine the network and broadcast address of the network.
Calculating broadcast and network address
|
boolean - Returns TRUE on success, PEAR_Error on failure.
This function can not be called statically.
Net_IPv4::parseAddress() | Net_IPv4::ipInNetwork() |
Net_IPv4 | |
PEAR Manual | |