Skip to content

Instantly share code, notes, and snippets.

View aw's full-sized avatar

Alex Williams aw

View GitHub Profile
@gws
gws / Ip.php
Created June 30, 2010 03:50
Class for dealing with IPv4 and IPv6 addresses, specifically supporting storage in a relational database
<?php
/**
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* [email protected] wrote this file. As long as you retain this notice
* you can do whatever you want with this stuff. If we meet some day, and you
* think this stuff is worth it, you can buy me a beer in return.
* ----------------------------------------------------------------------------
*/