changing doc format and HTML literals

This commit is contained in:
udo
2026-04-22 01:56:46 +00:00
parent 8223dcc6b3
commit f7b066b374
123 changed files with 1917 additions and 1611 deletions
+7 -6
View File
@@ -5,12 +5,13 @@ String encode_query(StringMap map)
q : StringMap containing URL parameters to be encoded
return value : a string with the encoded parameters
:desc
Encodes a StringMap containing URL parameters into a single String.
:see
>uri
:related
**PHP:** `http_build_query()`
**JavaScript / Node.js:** `URLSearchParams` and `toString()`
:content
Encodes a `StringMap` of URL parameters into a single query-string `String`.
## Related Concepts
- PHP: `http_build_query()`
- JavaScript / Node.js: `URLSearchParams` and `toString()`