Function expandIPv6
Expands a IPv6 address to its full form.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/QueryString.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/QueryString.php
string |
$addr |
The IPv6 address |
boolean |
$strict_check = true |
Whether to check the length of the expanded address for compliance |
string|boolean
|
The expanded IPv6 address or false if $strict_check is true and the result isn't valid |