Exemplo n.º 1
0
Arquivo: IP.php Projeto: 0151n/vichan
 /**
  * Convert a HEX string into a human readable (presentational) IP address
  */
 public static function inet_htop($hex)
 {
     return self::inet_dtop(BC::bchexdec($hex));
 }