This question looks embarrassingly simple, but I haven\'t been able to find an answer.
What is the PHP equivalent to the following C# line of code?
s
html_entity_decode('エ', 0, 'UTF-8');
This works too. However the json_decode() solution is a lot faster (around 50 times).