search
Homephp教程PHP源码PHP randomly generates domestic IP addresses

<?php
function ip()
{
    $ip_long = array(
        array(&#39;607649792&#39;, &#39;608174079&#39;), // 36.56.0.0-36.63.255.255
        array(&#39;1038614528&#39;, &#39;1039007743&#39;), // 61.232.0.0-61.237.255.255
        array(&#39;1783627776&#39;, &#39;1784676351&#39;), // 106.80.0.0-106.95.255.255
        array(&#39;2035023872&#39;, &#39;2035154943&#39;), // 121.76.0.0-121.77.255.255
        array(&#39;2078801920&#39;, &#39;2079064063&#39;), // 123.232.0.0-123.235.255.255
        array(&#39;-1950089216&#39;, &#39;-1948778497&#39;), // 139.196.0.0-139.215.255.255
        array(&#39;-1425539072&#39;, &#39;-1425014785&#39;), // 171.8.0.0-171.15.255.255
        array(&#39;-1236271104&#39;, &#39;-1235419137&#39;), // 182.80.0.0-182.92.255.255
        array(&#39;-770113536&#39;, &#39;-768606209&#39;), // 210.25.0.0-210.47.255.255
        array(&#39;-569376768&#39;, &#39;-564133889&#39;), // 222.16.0.0-222.95.255.255
        );
    $rand_key = mt_rand(0, 9);
    return $ip = long2ip(mt_rand($ip_long[$rand_key][0], $ip_long[$rand_key][1]));
} 
?>


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)