X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Uplink%2FNumerics.class.php;h=7cb4fb577553ea05a8975b521cead8a02de13b04;hp=943fc15ee365a6e6ba8192b1d8c0f87a7e3df426;hb=0f30e96ae37491aee19e72b89cc54a6798d1f254;hpb=d1fc76f5af98ff28ca6405cc5d6f50a3bbf0ac9b diff --git a/Uplink/Numerics.class.php b/Uplink/Numerics.class.php index 943fc15..7cb4fb5 100644 --- a/Uplink/Numerics.class.php +++ b/Uplink/Numerics.class.php @@ -1,22 +1,19 @@ . * * * ************************************************************************ * @@ -24,20 +21,6 @@ * * P10 numeric functions * - ************************************************************************ - * accessable functions - * - * static String intToNum(int $int, int $length) - * returns the numeric representing $int - * - * 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 {