OAuth 函数
PHP Manual

oauth_urlencode

(PECL OAuth >=0.99.2)

oauth_urlencode将 URI 编码为 RFC 3986 规范

说明

string oauth_urlencode ( string $uri )

将 URI 编码为 » RFC 3986 规范。

参数

uri

将要编码的 URI 。

返回值

返回一个 » RFC 3986 规范的编码字符串。


OAuth 函数
PHP Manual