From: Sean Bright Date: Thu, 22 Mar 2001 14:43:48 +0000 (+0000) Subject: Fixed prototype. X-Git-Tag: php-4.0.6RC1~601 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90f3e09f087aa0d640e2f590587feaceea4a8d88;p=php Fixed prototype. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 573b6d48c7..cbfe5455b8 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -919,7 +919,7 @@ PHP_FUNCTION(constant) /* }}} */ -/* {{{ proto int ip2long(string ip_address) +/* {{{ proto string ip2long(string ip_address) Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address */ PHP_FUNCTION(ip2long) {