This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Un escapes a string which was already escaped by the AFCommerce urlescape function.
Description
string = urlunescape (urlstring)
This function is rarely used, but it's purpose is to translate a string back to it's original text after it has been converted (escaped) to correctly display inside website url. This function reverses the AFCommerce urlescape function.
Parameters
string (urlstring) - The website url that needs to be unescaped.
Return Values
Returns a string that has been unescaped.
Open Source: NoPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|