Skip to content

urlencode

Jurek Muszyński edited this page May 14, 2019 · 1 revision

char *urlencode(const char *string)

Description

URI-encodes string. Max result length is 4 kB.

Returns

Returns pointer to encoded, zero-terminated static string.

Example

Clone this wiki locally