From 90f3e09f087aa0d640e2f590587feaceea4a8d88 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 22 Mar 2001 14:43:48 +0000 Subject: [PATCH] Fixed prototype. --- ext/standard/basic_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1