diff --git a/reference/network/functions/ip2long.xml b/reference/network/functions/ip2long.xml index eaf8dd9106..03437fc886 100644 --- a/reference/network/functions/ip2long.xml +++ b/reference/network/functions/ip2long.xml @@ -1,5 +1,5 @@ - + @@ -99,8 +99,8 @@ $ip = long2ip(ip2long("10.0.256")); // "10.0.1.0" - ip2long will return -1 for - the IP 255.255.255.255 + ip2long will return -1 (PHP 4) or + &false; (PHP 5) for the IP 255.255.255.255.