diff --git a/reference/network/functions/ip2long.xml b/reference/network/functions/ip2long.xml index df2892709e..b8c4ebde9a 100644 --- a/reference/network/functions/ip2long.xml +++ b/reference/network/functions/ip2long.xml @@ -3,7 +3,7 @@ ip2long - Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address + Converts a string containing an (IPv4) Internet Protocol dotted address into a long integer @@ -13,9 +13,9 @@ stringip_address - The function ip2long generates an IPv4 Internet - network address from its Internet standard format (dotted string) - representation. + The function ip2long generates an long integer + representation of IPv4 Internet network address from its Internet + standard format (dotted string) representation. ip2long will also work with non-complete IP @@ -43,7 +43,7 @@ &reftitle.returnvalues; - Returns the IPv4 address or &false; if ip_address + Returns the long integer or &false; if ip_address is invalid. diff --git a/reference/network/functions/long2ip.xml b/reference/network/functions/long2ip.xml index 3c21009483..9a037baaf2 100644 --- a/reference/network/functions/long2ip.xml +++ b/reference/network/functions/long2ip.xml @@ -3,7 +3,7 @@ long2ip - Converts an (IPv4) Internet network address into a string in Internet standard dotted format + Converts an long integer address into a string in (IPv4) Internet standard dotted format @@ -14,7 +14,7 @@ The function long2ip generates an Internet address - in dotted format (i.e.: aaa.bbb.ccc.ddd) from the proper address + in dotted format (i.e.: aaa.bbb.ccc.ddd) from the long integer representation. @@ -27,7 +27,7 @@ proper_address - A proper address representation. + A proper address representation in long integer.