What is the equivalent of JavaScript's decodeURIcomponent in PHP? What is the equivalent of JavaScript's decodeURIcomponent in PHP? javascript javascript

What is the equivalent of JavaScript's decodeURIcomponent in PHP?


urldecode()

However you do not need to use it on $_REQUEST variables, which are already decoded automatically.


rawurldecode()which does not decode plus to space charactor