Skip to content

Instantly share code, notes, and snippets.

@serverok
Created April 5, 2018 08:26
Show Gist options
  • Save serverok/4c6860c5eac9379731fde91b7c4e0fc6 to your computer and use it in GitHub Desktop.
Save serverok/4c6860c5eac9379731fde91b7c4e0fc6 to your computer and use it in GitHub Desktop.
<?php
if (function_exists("geoip_open")) {
echo "geoip_open() found";
} else {
echo "geoip_open() not found";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment