OAuthProvider::setParam

(PECL OAuth >= 1.0.0)

OAuthProvider::setParamSet a parameter

Açıklama

final public OAuthProvider::setParam(string $param_key, mixed $param_val = ?): bool

Sets a parameter.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

param_key

The parameter key.

param_val

The optional parameter value.

To exclude a parameter from signature verification, set its value to null.

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

Ayrıca Bakınız

add a note

User Contributed Notes

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