Net_CheckIP | Net_DNS |
Net_CheckIP | |
PEAR Manual | |
require_once 'Net/CheckIP.php'; |
boolean Net_CheckIP::check_ip (
string $ip
)
This function can validate if a given string has a valid IPv4 syntax.
string $ip - the IP address to check
boolean - TRUE, if syntax is valid
This function can be called statically.
Using check_ip()
|
Net_CheckIP | Net_DNS |
Net_CheckIP | |
PEAR Manual | |