urldecode

Definition

string urldecode ( string $str )

Description

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

[More at php.net]

Parameters


loading


Share/bookmark - urldecode


Global comments