oauth_urlencode

(PECL OAuth >=0.99.2)

oauth_urlencodeEncode a URI to RFC 3986

Description

oauth_urlencode(string $uri): string

Encodes a URI to » RFC 3986.

Parameters

uri

URI to encode.

Return Values

Returns an » RFC 3986 encoded string.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top