Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
" & nbsp; "などの HTML 特殊文字から、文字列内の " " (空白スペース) などの対応する UTF-8 への変換を実行する必要があります。
これを行う機能はありますか?
この機能を使用できます:
html_entity_decode()
html_entity_decode — すべての HTML エンティティを適切な文字に変換します (UTF-8 を含む)
http://php.net/manual/en/function.html-entity-decode.php