最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

Magento获取IP地址

时间:2014-07-27 16:45来源:未知 作者:最模板zuimoban 点击:
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);

 

(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容