Index: trunk/phase3/includes/IP.php |
— | — | @@ -153,7 +153,7 @@ |
154 | 154 | |
155 | 155 | /** |
156 | 156 | * Given an unsigned integer, returns an IPv6 address in octet notation |
157 | | - * @param $ip integer IP address. |
| 157 | + * @param $ip string hex IP |
158 | 158 | * @return string |
159 | 159 | */ |
160 | 160 | public static function HextoOctet( $ip_hex ) { |