W3cubDocs

/PHP

OAuthProvider::setParam

(PECL OAuth >= 1.0.0)

OAuthProvider::setParamSet a parameter

Description

final public OAuthProvider::setParam ( string $param_key [, mixed $param_val ] ) : bool

Sets a parameter.

Warning

This function is currently not documented; only its argument list is available.

Parameters

param_key

The parameter key.

param_val

The optional parameter value.

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

Return Values

Returns true on success or false on failure.

See Also

© 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