diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-08-03 11:11:30 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-01-03 00:09:52 +0100 |
commit | 5d01c58b7747b0a86431021757cf6aca298e88e7 (patch) | |
tree | 067e6f83d5c96cec92504836a291a3720b405acf /phpBB/includes/functions.php | |
parent | 985151913c3a75d817db4746bc2dbf3a93e9b019 (diff) | |
download | forums-5d01c58b7747b0a86431021757cf6aca298e88e7.tar forums-5d01c58b7747b0a86431021757cf6aca298e88e7.tar.gz forums-5d01c58b7747b0a86431021757cf6aca298e88e7.tar.bz2 forums-5d01c58b7747b0a86431021757cf6aca298e88e7.tar.xz forums-5d01c58b7747b0a86431021757cf6aca298e88e7.zip |
[ticket/9746] Update documentation of phpbb_inet_pton().
PHPBB3-9746
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 3048825064..41dad77141 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3393,7 +3393,8 @@ function phpbb_inet_ntop($in_addr) * * @param string $address A human readable IPv4 or IPv6 address. * -* @return string in_addr representation of the given address +* @return mixed false if address is invalid, +* in_addr representation of the given address otherwise (string) * * @author APTX */ |