标签: php xml replace
我收到了以下代码:
$xmlString = file_get_contents([...]); $echoMe= str_replace( 'ZONE', 'ENOZ', $xmlString); echo $echoMe;
当我回应它时,它怎么还能让我看到ZONE?