' . $network1->toString() . '
Address: ' . $ip2 . ' / ' . Network::binIP($ip2) . '
' . $network2->toString() . '
Address: ' . $ip3 . ' / ' . Network::binIP($ip3) . '
' . $network3->toString() . '
Compare network 1 by network 1: ' . $network1->compare($network1) . '
Compare network 1 by network 2: ' . $network1->compare($network2) . '
Compare network 1 by network 3: ' . $network1->compare($network3) . '
Compare network 2 by network 1: ' . $network2->compare($network1) . '
Compare network 2 by network 2: ' . $network2->compare($network2) . '
Compare network 2 by network 3: ' . $network2->compare($network3) . '
Compare network 3 by network 1: ' . $network3->compare($network1) . '
Compare network 3 by network 2: ' . $network3->compare($network2) . '
Compare network 3 by network 3: ' . $network3->compare($network3) . '

Check if IP 1 is in network 1: ' . $network1->inNetwork($ip1) . '
Check if IP 2 is in network 1: ' . $network1->inNetwork($ip2) . '
Check if IP 3 is in network 1: ' . $network1->inNetwork($ip3) . '
Check if IP 1 is in network 2: ' . $network2->inNetwork($ip1) . '
Check if IP 2 is in network 2: ' . $network2->inNetwork($ip2) . '
Check if IP 3 is in network 2: ' . $network2->inNetwork($ip3) . '
Check if IP 1 is in network 3: ' . $network3->inNetwork($ip1) . '
Check if IP 2 is in network 3: ' . $network3->inNetwork($ip2) . '
Check if IP 3 is in network 3: ' . $network3->inNetwork($ip3) . '
'; ?>