예제 #1
0
 /**
  * Converts a hexadecimal string into an IP Address
  * @deprecated: use the direct call to the tools method
  * @param  string $hex The hexadecimal string
  * @return string      The IP Address
  */
 function hex2ip($hex)
 {
     return $this->tools->hex2ip($hex);
 }