diff options
| author | Egon Schmid <eschmid@php.net> | 2000-07-26 11:43:01 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-07-26 11:43:01 +0000 |
| commit | e4b7e9e9166a615f497d10e2ec01cbf67dcba7e2 (patch) | |
| tree | 201e08b300243780301f73ac5cb37c1a3b974ca2 /ext/standard/basic_functions.c | |
| parent | 017a843f0a9a45bf5f5521915aed5635fbfb8d8e (diff) | |
| download | php-git-e4b7e9e9166a615f497d10e2ec01cbf67dcba7e2.tar.gz | |
Protos fixed.
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index c5552e3180..53acc21c97 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -777,7 +777,7 @@ PHP_MINFO_FUNCTION(basic) } /* {{{ proto int ip2long(string ip_address) - Converts a string containing an (Ipv4) Internet Protocol dotted address into a proper address. */ + Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address */ PHP_FUNCTION(ip2long) { zval **str; @@ -793,7 +793,7 @@ PHP_FUNCTION(ip2long) /* }}} */ /* {{{ proto string long2ip(int proper_address) - Converts an (Ipv4) Internet network address into a string in Internet standard dotted format. */ + Converts an (IPv4) Internet network address into a string in Internet standard dotted format */ PHP_FUNCTION(long2ip) { zval **num; |
