X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=Uplink%2FNumerics.class.php;h=01944dcb9aa6d42776c97e38593287fcc10fefb0;hb=f1a1066826a5cc04606cc12f0bd0b8e0383ca190;hp=55db20977a6b0ecc3042f3def2753f4a984bb0b0;hpb=d50b17d7f0ebc21c1c70f2ba513e0973ce9fc789;p=PHP-P10.git diff --git a/Uplink/Numerics.class.php b/Uplink/Numerics.class.php index 55db209..01944dc 100644 --- a/Uplink/Numerics.class.php +++ b/Uplink/Numerics.class.php @@ -32,6 +32,12 @@ * * 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 {