diff --git a/reference/oauth/functions/oauth-urlencode.xml b/reference/oauth/functions/oauth-urlencode.xml new file mode 100644 index 0000000000..40f6132708 --- /dev/null +++ b/reference/oauth/functions/oauth-urlencode.xml @@ -0,0 +1,65 @@ + + + + + + oauth_urlencode + Encode a URI to RFC3686 + + + + &reftitle.description; + + stringoauth_urlencode + stringuri + + + Encodes a URI to RFC3686. + + + + + &reftitle.parameters; + + + + uri + + + URI to encode. + + + + + + + + + &reftitle.returnvalues; + + Returns an RFC3686 encoded string. + + + + + +