a:13:{s:8:"provides";a:9:{s:14:"class;Net_IPv4";a:4:{s:4:"type";s:5:"class";s:4:"name";s:8:"Net_IPv4";s:7:"extends";s:4:"PEAR";s:8:"explicit";b:1;}s:29:"function;Net_IPv4::validateIP";a:3:{s:4:"type";s:8:"function";s:4:"name";s:20:"Net_IPv4::validateIP";s:8:"explicit";b:1;}s:27:"function;Net_IPv4::check_ip";a:3:{s:4:"type";s:8:"function";s:4:"name";s:18:"Net_IPv4::check_ip";s:8:"explicit";b:1;}s:34:"function;Net_IPv4::validateNetmask";a:3:{s:4:"type";s:8:"function";s:4:"name";s:25:"Net_IPv4::validateNetmask";s:8:"explicit";b:1;}s:31:"function;Net_IPv4::parseAddress";a:3:{s:4:"type";s:8:"function";s:4:"name";s:22:"Net_IPv4::parseAddress";s:8:"explicit";b:1;}s:28:"function;Net_IPv4::calculate";a:3:{s:4:"type";s:8:"function";s:4:"name";s:19:"Net_IPv4::calculate";s:8:"explicit";b:1;}s:23:"function;Net_IPv4::atoh";a:3:{s:4:"type";s:8:"function";s:4:"name";s:14:"Net_IPv4::atoh";s:8:"explicit";b:1;}s:23:"function;Net_IPv4::htoa";a:3:{s:4:"type";s:8:"function";s:4:"name";s:14:"Net_IPv4::htoa";s:8:"explicit";b:1;}s:28:"function;Net_IPv4::ip2double";a:3:{s:4:"type";s:8:"function";s:4:"name";s:19:"Net_IPv4::ip2double";s:8:"explicit";b:1;}}s:8:"filelist";a:2:{s:8:"IPv4.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:3:"Net";s:6:"md5sum";s:32:"757bc1395bdf0fbea38f6572ec585f0a";s:12:"installed_as";s:30:"C:\xampp\php\pear\Net\IPv4.php";}s:7:"dirtree";a:1:{s:21:"C:\xampp\php\pear\Net";b:1;}}s:7:"package";s:8:"Net_IPv4";s:7:"summary";s:40:"IPv4 network calculations and validation";s:11:"description";s:148:"Class used for calculating IPv4 (AF_INET family) address information
such as network as network address, broadcast address, and IP address
validity.";s:11:"maintainers";a:1:{i:0;a:4:{s:6:"handle";s:8:"ekilfoil";s:4:"name";s:12:"Eric Kilfoil";s:5:"email";s:14:"eric@ypass.net";s:4:"role";s:4:"lead";}}s:7:"version";s:3:"1.1";s:12:"release_date";s:10:"2003-06-22";s:15:"release_license";s:7:"PHP 2.0";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:76:"Created an ip2double method as a workaround for PHP long ints being unsigned";s:9:"changelog";a:1:{i:0;a:4:{s:7:"version";s:3:"1.0";s:12:"release_date";s:10:"2002-08-20";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:17:"Initial Release