From 700f758ccb81f2888fd2fefc2b660f51a28d31ec Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 16 Aug 2004 13:15:22 +0000 Subject: [PATCH] 255.255.255.255 (bug #29705) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166508 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/network/functions/ip2long.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.