Net_CheckIP::check_ip() -- Validation of IPv4 addresses
Описание
This function can validate if a given string has a valid IPv4 syntax.
Возвращаемое значение
boolean - TRUE, if syntax is valid
Заметка
Эта функция может быть вызвана статически.
Пример
Пример 49-1. Using check_ip() require_once "Net_CheckIP/CheckIP.php";
if (Net_CheckIP::check_ip("your_ip_goes_here")) {
// Syntax of the IP is ok
} |
|
HIVE: All information for read only. Please respect copyright! |
|