]> granicus.if.org Git - php/commitdiff
Fixed prototype.
authorSean Bright <elixer@php.net>
Thu, 22 Mar 2001 14:43:48 +0000 (14:43 +0000)
committerSean Bright <elixer@php.net>
Thu, 22 Mar 2001 14:43:48 +0000 (14:43 +0000)
ext/standard/basic_functions.c

index 573b6d48c7d731774037b65d6b7d3202c24c2803..cbfe5455b8c0612ec1c20d0861ae100515b1dfb8 100644 (file)
@@ -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)
 {