摘要: /** * 获取客户端IP地址 * @param integer $type 返回类型 0 返回IP地址 1 返回IPV4地址数字 * @return mixed */function get_client_ip($type = 0) { $type = $type ? 1 : 0... 阅读全文
posted @ 2014-11-07 17:20 KOBE-Jason 阅读(250) 评论(0) 推荐(0)