OAuth 函数
PHP 手册

oauth_urlencode

(PECL OAuth >=0.99.2)

oauth_urlencodeEncode a URI to RFC3686

说明

string oauth_urlencode ( string $uri )

Encodes a URI to » RFC3686.

参数

uri

URI to encode.

返回值

Returns an » RFC3686 encoded string.


OAuth 函数
PHP 手册