开发者

php function to convert %3c back to html

开发者 https://www.devze.com 2023-03-23 00:15 出处:网络
I have a string that needs to be converted back to html. It\'s in this format: %3cli%3e which should be:

I have a string that needs to be converted back to html. It's in this format:

%3cli%3e

which should be:

<li>

What php function can I use to convert 开发者_StackOverflow中文版this? Tried html_entity_decode() but that didn't work.


urldecode()


Did you try urldecode?

0

精彩评论

暂无评论...
验证码 换一张
取 消