示例#1
0
文件: IP.php 项目: 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));
 }