From 5d64d53fa1b49d372314b185ab13c447e27519db Mon Sep 17 00:00:00 2001 From: Maciej Sobaczewski Date: Wed, 16 Sep 2015 23:16:57 +0000 Subject: [PATCH] Close bug #68640 (Very minor point) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337846 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/network/functions/ip2long.xml | 10 +++++----- reference/network/functions/long2ip.xml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) 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.