drmcm84800 2012-10-18 16:52
浏览 204
已采纳

PHP str_replace在我的情况下不起作用

I am trying to do string replace on an array.

I have..

str_replace('texts', 'testssssss', $test->html);

The $test->html returns

and I want to replace all texts to testssssss..

key 1

<div>
   <a href='texts.company.name.html'>test</a>
</div>



Key 2

<div>
    other html...
</div>


Key 3

<div>
    other html...
</div>

Key 4

<div>
   <a href='texts.department.name.html'>department</a>
</div>

more...

Thanks for the help!

  • 写回答

2条回答 默认 最新

  • douman6245 2012-10-18 16:54
    关注

    You need to assign the new value somewhere, str_replace does not automatically overwrite the subject:

    $test->html = str_replace('texts', 'testssssss', $test->html);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器