1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 03:54:56 +02:00

[ticket/9746] Update documentation of phpbb_inet_pton().

PHPBB3-9746
This commit is contained in:
Andreas Fischer 2010-08-03 11:11:30 +02:00
parent 985151913c
commit 5d01c58b77

View File

@ -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
*/