联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
请教在中使用提示错误陕西
类型:POSCMS 更新时间:2020-08-08 20:41:28 php

请教在custom.php 中使用$ci->dip->address($t['inputip']) 提示错误

php 95 ---->

ERROR - 2020-08-08 18:33:12 --> Severity: error --> Exception: Call to a member function address() on null D:\wwwroot\config\custom.php 95 ----> 


function vg_excel_ip($cid,$kw='陕西',$pagesize=5000,$page=1) {

  $ci = &get_instance();

 // sql 省略

 foreach ($list as $t) {

  $ipaddress = $ci->dip->address($t['inputip']);

   //省略

}