function ipVer ( $ipWithSubnet )
{
	list($ip, $subnetMask) = explode('/', $ipWithSubnet);

	$ipLong = ip2long($ip);
	$subnetMaskLong = -1 << (32 - $subnetMask);
	$networkAddress = $ipLong & $subnetMaskLong;
	$broadcastAddress = $networkAddress | ~$subnetMaskLong;

	$availableIPs = array();
	for ($i = $networkAddress + 1; $i < $broadcastAddress; $i++) 
	{
		$availableIPs[] = long2ip($i);
	}

	return $availableIPs;
}

$ipWithSubnet = "212.68.54.128/28";
print_r ( ipVer ( $ipWithSubnet ) );
Categories: PHP language

10 Comments

메이저사이트 바로가기 · 30/09/2024 at 14:01

… [Trackback]

[…] There you can find 17625 additional Info on that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

looseleaf · 03/10/2024 at 02:24

… [Trackback]

[…] Read More Info here to that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

จำหน่ายอะไหล่อุตสาหกรรม · 10/10/2024 at 01:09

… [Trackback]

[…] Read More on that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

hit789 · 20/10/2024 at 01:10

… [Trackback]

[…] Find More on that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

ลงประกาศขายคอนโดฟรี · 24/10/2024 at 04:12

… [Trackback]

[…] Info on that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

my videos · 25/10/2024 at 16:47

… [Trackback]

[…] Info on that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

ทางเข้าpg · 28/11/2024 at 02:05

… [Trackback]

[…] Read More on to that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

789bet · 28/11/2024 at 08:28

… [Trackback]

[…] Read More Info here to that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

จำหน่ายพลาสติกวิศวกรรม · 03/12/2024 at 03:13

… [Trackback]

[…] Read More on to that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

ปั่นสล็อตเว็บใหญ่ ทดลองเล่นเกมฟรี · 07/12/2024 at 03:32

… [Trackback]

[…] Here you can find 67805 more Info to that Topic: durukanbal.com/2023/04/15/php-ip-subnet-calculator/ […]

Leave a Reply

Avatar placeholder