mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9746] Update documentation of phpbb_inet_pton().
PHPBB3-9746
This commit is contained in:
parent
985151913c
commit
5d01c58b77
1 changed files with 2 additions and 1 deletions
|
@ -3393,7 +3393,8 @@ function phpbb_inet_ntop($in_addr)
|
||||||
*
|
*
|
||||||
* @param string $address A human readable IPv4 or IPv6 address.
|
* @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
|
* @author APTX
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue