服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

Magento获取IP地址

时间:2016-01-21 15:57来源: 作者: 点击:
Magento中已经提供了获取当前访问者IP地址的方法。 // 返回Ip地址的字符串格式:127.0.0.1 echo Mage::helper(core/http)- getRemoteAddr(); // 返回Ip地址的数值格式:2130706433 echo Mage::helper(core/http)-get

Magento中已经提供了获取当前访问者IP地址的方法。

// 返回Ip地址的字符串格式:127.0.0.1
echo Mage::helper('core/http')->getRemoteAddr();

// 返回Ip地址的数值格式:2130706433
echo Mage::helper('core/http')->getRemoteAddr(true);

 

(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容