首页 > 后端开发 > php教程 > 代码对应的php问题

代码对应的php问题

WBOY
发布: 2016-06-23 14:23:30
原创
929 人浏览过

     $html = str_replace('{标题}' , $this->cache['keys'][$this->id], $html);
     $this->cache['kexs'] 我需要把这加上去 谁能帮助我啊
     


回复讨论(解决方案)

不明白是什么意思?
$this->cache['kexs'] 不是一个数组么

不明白是什么意思?
$this->cache['kexs'] 不是一个数组么

 $html = str_replace('{标题}' , $this->cache['keys'][$this->cache['kexs']][$this->id], $html);
我这样加上去不正确啊

你 print_r($this->cache['kexs']); 贴出结果
然后再说明要把那些内容替换进去


不明白是什么意思?
$this->cache['kexs'] 不是一个数组么

 $html = str_replace('{标题}' , $this->cache['keys'][$this->cache['kexs']][$this->id], $html);
我这样加上去不正确啊

  $html = str_replace('{标题}' , $this->cache['keys'][$this->id], $html);
  $html = str_replace('{标题1}' , $this->cache['kexs'][$this->id], $html);
这样能显示  keys 对应的 ID  和 kexs对应的ID是一样的 我就是想
keys 和 kexs   用一组输出去 比如
  $html = str_replace('{标题}' , $this->cache['keys'][$this->id][$this->cache['keys'][$this->id]]], , $html);

只不过我这样加进去不显示

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板