oauth_urlencode

(PECL OAuth >=0.99.2)

oauth_urlencode将 URI 编码为 RFC 3986 规范

说明

oauth_urlencode(string $uri): string

将 URI 编码为 » RFC 3986 规范。

参数

uri

将要编码的 URI 。

返回值

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

add a note

User Contributed Notes

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