18 pers. connectées au site
Manuel Pear
Net_IPv4::validateIP()
Net_IPv4::validateIP() -- Validate the syntax of the given IP adress.
Synopsis
- <?php
- require_once 'Net/IPv4.php
- ?>
bool validateIP (string $ip_addr)
Description
Validates the syntax of an IP address in dot-quad format. Returns true if address is valid, false if not.
Note
Cette fonction peut être appelée de façon statique.
Remonter