2024 年 PHP Conference Japan

oauth_get_sbs

(PECL OAuth >=0.99.7)

oauth_get_sbs產生簽章基底字串

說明

oauth_get_sbs(字串 $http_method, 字串 $uri, 陣列 $request_parameters = ?): 字串

根據 pecl/oauth 產生簽章基底字串。

參數

http_method

HTTP 方法。

uri

要編碼的 URI。

request_parameters

請求參數陣列。

傳回值

傳回簽章基底字串。

新增註釋

使用者貢獻的註釋

此頁面沒有使用者貢獻的註釋。
To Top