取得IP地址函数

语法:egetip()
使用范例:
<?php
$ip=egetip();
echo $ip;
?>