string this-> URLDecode(string )

(Caronte Pcode version 2.0)

Description

string this->URLDecode( string );

Decodes any %## encoding in the given string. The decoded string is returned.

Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);

this->Print(this->URLDecode("http://www.caronteantispam.it/index.php?title=Antispam%20Server"));




Out:

http://www.caronteantispam.it/index.php?title=Antispam Server