快速获取公网IP

1.0.2 2021-07-28 16:22 UTC

This package is auto-updated.

Last update: 2024-09-16 12:29:18 UTC


README

快速获取当前用户IP

use Oriceon\Ip;
<?php
$ip = Ip::get();
echo "Hello, your ip is {$ip}";
?>

使用composer安装。包名为 oriceon/ip

将以下内容添加到 composer.json

"require": {
        "oriceon/ip": "~1.0"
    }