In PHP 5.3, am trying to replace double quotes in a string as such:
$bar = str_replace('"',''',$foo);
But some quotes that are saved in the utf8-Database are not being replaced, although they look perfectly normal:
"Some text"
Are there different character types I have to search for?
If so, which are they?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…