【发布时间】:2015-06-25 07:25:44
【问题描述】:
我想更新拨号标签并替换
+923455252632 到 +923333578357 这是代码;
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say voice="alice">Thanks for the call. Configure your number's voice U R L to change this message.</Say>
<Pause length="1"/>
<Say voice="alice">Let us know if we can help you in any way during your development. you are a good person </Say>
<Dial>+923455252632</Dial>
</Response>
【问题讨论】:
-
如果您只想这样做,请将 xml 保存为字符串并使用 str_replace
-
我必须替换整个 xml 还是只替换一个拨号部分?