帝国cms函数取得IP地址介绍,是教大家如何使用函数取得IP地址的教程。
语法:egetip()
使用范例:
<?php
$ip=egetip();
echo $ip;
?>
以上是函数取得IP地址的教程。