Giter VIP home page Giter VIP logo

php's People

Contributors

ilsanbao avatar ipipdotnet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

php's Issues

小白好不容易找到使用方法

我觉得readme.txt 或 IP.class.php里加下面这种内容会方便初级PHP用户:

/*
全球 IPv4 地址归属地数据库(IPIP.NET 版)
高春辉(pAUL gAO) <[email protected]>
Build 20170905 版权所有 IPIP.NET
(C) 2006 - 2017 保留所有权利,北京天特信科技有限公司
本代码仅用于 DAT 格式,请注意及时更新 IP 数据库版本
数据问题请加 QQ 交流群: 346280296
Code for PHP 5.3+ only!
下载地址: https://www.ipip.net/free_download/
https://github.com/17mon/php
*/

include_once('IP.class.php');

echo "<pre>";
print_r(IP::find('178.159.37.105'));

print_r(IP::find($_SERVER['REMOTE_ADDR']));

echo "</pre>";
echo '<br>也可能是:'.join('',IP::find($ip));

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.