PHP& XML:str_replace不替换字符串

时间:2016-01-11 14:09:20

标签: php xml replace

我收到了以下代码:

$xmlString = file_get_contents([...]);
$echoMe= str_replace( 'ZONE', 'ENOZ', $xmlString);
echo $echoMe;

当我回应它时,它怎么还能让我看到ZONE?

0 个答案:

没有答案