帝国cms源码怎么查看 帝国CMS获取IP地址函数egetip()

帝国CMS教程

取得IP地址函数

语法:

egetip()

使用范例:

  1. <?php
  2. $ip=egetip();
  3. echo $ip;
  4. ?>