当前位置: 代码迷 >> PHP >> 代码对应的php有关问题
  详细解决方案

代码对应的php有关问题

热度:232   发布时间:2016-04-28 20:33:12.0
代码对应的php问题
     $html = str_replace('{标题}' , $this->cache['keys'][$this->id], $html);
     $this->cache['kexs'] 我需要把这加上去 谁能帮助我啊
     

------解决方案--------------------
不明白是什么意思?
$this->cache['kexs'] 不是一个数组么
------解决方案--------------------
你 print_r($this->cache['kexs']); 贴出结果
然后再说明要把那些内容替换进去
  相关解决方案