diff options
author | Sean Bright <elixer@php.net> | 2001-03-22 14:43:48 +0000 |
---|---|---|
committer | Sean Bright <elixer@php.net> | 2001-03-22 14:43:48 +0000 |
commit | 90f3e09f087aa0d640e2f590587feaceea4a8d88 (patch) | |
tree | 42b85e07bbfdcd4f860f2fa4bb7ccd73068eebed | |
parent | f6e4cbd434a6d4a80cc2b30c409b19545d6ce27b (diff) | |
download | php-git-90f3e09f087aa0d640e2f590587feaceea4a8d88.tar.gz |
Fixed prototype.
-rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |