(PECL OAuth >= 1.0.0)
OAuthProvider::setParam — Set a parameter
final public OAuthProvider::setParam ( string $param_key [, mixed $param_val ] ) : bool
Sets a parameter.
This function is currently not documented; only its argument list is available.
param_key
The parameter key.
param_val
The optional parameter value.
To exclude a parameter from signature verification, set its value to null
.
Returns true
on success or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/oauthprovider.setparam.php