php country detection
1.0.0
<?php
// hook up a library
require ' CountryDetection.class.php ' ;
// use static method and get country
// ex. New Zealand
echo CountryDetection:: get ( ' country ' );
// other nice stuff to detect
// ex. NZD
echo CountryDetection:: get ( ' currency ' ); MIT