예제 #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));
 }