Page MenuHomeDevCentral

function is_ipv4($string)
Keruald global functions ()

Determines whether the specified is a valid IPv4 address

Parameters
string$stringthe string to validate as an IP
Return
booltrue if the specified string is a valid IPv4 address; otherwise, false
Defined
core.php:77