mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9534] Update function documentation for user_ipwhois().
PHPBB3-9534
This commit is contained in:
parent
ed44235d26
commit
c0183cabd0
1 changed files with 6 additions and 2 deletions
|
@ -1229,9 +1229,13 @@ function user_unban($mode, $ban)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whois facility
|
* Internet Protocol Address Whois
|
||||||
|
* RFC3912: WHOIS Protocol Specification
|
||||||
*
|
*
|
||||||
* @link http://tools.ietf.org/html/rfc3912 RFC3912: WHOIS Protocol Specification
|
* @param string $ip Ip address, either IPv4 or IPv6.
|
||||||
|
*
|
||||||
|
* @return string Empty string if not a valid ip address.
|
||||||
|
* Otherwise make_clickable()'ed whois result.
|
||||||
*/
|
*/
|
||||||
function user_ipwhois($ip)
|
function user_ipwhois($ip)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue