php8.5
Home/ Manual/ oauth / functions/ oauth_urlencode

oauth_urlencode

PHP function Edit on GitHub ✎

(PECL OAuth >=0.99.2)

Encode 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.

Source: reference/oauth/functions/oauth-urlencode.xml · from the official PHP manual (php/doc-en)