php函数将%3c转换回html

JMC*_*JMC 4 html php

我有一个字符串需要转换回html.它采用以下格式:

%3cli%3e
Run Code Online (Sandbox Code Playgroud)

应该是:

<li>
Run Code Online (Sandbox Code Playgroud)

我可以用什么PHP函数来转换它?试过html_entity_decode()但是没有用.