added own IPAddr Class and rewrote the IP Address parser & builder
[PHP-P10.git] / Uplink / Numerics.class.php
index 55db20977a6b0ecc3042f3def2753f4a984bb0b0..01944dcb9aa6d42776c97e38593287fcc10fefb0 100644 (file)
  *
  * static int numToInt(String $numeric)
  *     returns the integer value, the numeric represents
+ *
+ * static String parseIP(String $numeric)
+ *     parses an IP Address in numeric format
+ *
+ * static String numericFromIP(String $ip)
+ *     builds a numeric representing the IP
  */
 
 class Numerics {