Universeorange.com/Docs/

R3m/framework Function reference url.decode

{url.decode(String $url)}

Decodes URL-encoded string.
Decodes any %## encoding in the given string. Plus symbols ('+') are decoded to a space character.

Returns the decoded string.

More information:

https://www.php.net/manual/en/function.urldecode.php

Last modified: 2021-06-07

© 2021 universeorange.com