trying to port web app starter from PHP
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
:sig
|
||||
String uri_encode(String s)
|
||||
|
||||
:params
|
||||
s : string that should be encoded
|
||||
return value : an URI-encoded version of 's'
|
||||
|
||||
:desc
|
||||
URI-encodes a string.
|
||||
|
||||
:see
|
||||
>uri
|
||||
Reference in New Issue
Block a user