function phutil_unescape_uri_path_component($string)Arcanist Technical Documentation ()
function phutil_unescape_uri_path_component($string)
Arcanist Technical Documentation ()
Unescape text that was escaped by phutil_escape_uri_path_component(). See phutil_escape_uri() for discussion.
Note that this function is NOT the inverse of phutil_escape_uri_path_component()! It undoes additional escaping which is added to survive the implied unescaping performed by the webserver when interpreting the request.
Parameters
string | $string | Some string emitted from @{function:phutil_escape_uri_path_component} and then accessed via a web server. |
Return
string | Original string. |
- Defined
- src/utils/utils.php:1931