I’m use third party authorization service for my project. This service return my name like this: u0438u0432u0430u043d, but my name is – иван. How can I convert encoded value (u0438u0432u0430u043d) to иван in php?
Thanks!
I’m use third party authorization service for my project. This service return my name
Share
You’ve got Unicode hex sequences there – try adapting something like this…