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 uri_encode(String s)
s : string that should be encoded
return value : an URI-encoded version of 's'
:desc
URI-encodes a string.
:see
>uri
:related
**PHP:** `urlencode()` or `rawurlencode()`
**JavaScript / Node.js:** `encodeURIComponent()`
:content
URI-encodes a string.
Related:
- PHP: `urlencode()` or `rawurlencode()`
- JavaScript / Node.js: `encodeURIComponent()`