Ejemplo n.º 1
0
/**
 * 获得客户端IP地址
 * @staticvar type $realip
 * @return type 
 */
function ip_get_client()
{
    return ip::ip_get_client();
}