Net_CheckIP::check_ip()

Net_CheckIP::check_ip() -- Validation of IPv4 addresses

Referentiesamenvatting

require_once 'Net/CheckIP.php';

boolean Net_CheckIP::check_ip (string $ip)

Beschrijving

This function can validate if a given string has a valid IPv4 syntax.

Parameter

Return waarde

boolean - TRUE, if syntax is valid

Note

Deze functie kan statisch worden aangeroepen.

Voorbeeld