formDecode

Decodes form.

which is an urlencoded dataset as defined in the HTML 4.01 spec.

string[string]
formDecode
()

Parameters

encodedForm string

data of type "application/x-www-form-urlencoded"

Return Value

Type: string[string]

a hash table containing the name/value pairs from encoded_form, which you can free with glib.hash_table.HashTable.destroy.