oauth_get_sbs

(PECL OAuth >=0.99.7)

oauth_get_sbs生成一个签名字符基串

说明

oauth_get_sbs(string $http_method, string $uri, array $request_parameters = ?): string

根据 pecl/oauth 生成一个签名字符基串。

参数

http_method

HTTP 方法。

uri

将要编码的 URI 。

request_parameters

请求参数的数组。

返回值

返回一个签名字符基串。

add a note add a note

User Contributed Notes

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