public function OAuthRequest::unset_parameter in OAuth 1.0 6.3
Same name and namespace in other branches
- 7.3 lib/OAuth.php \OAuthRequest::unset_parameter()
File
- lib/
OAuth.php, line 357 - OAuth 1.0 server and client library.
Class
Code
public function unset_parameter($name) {
unset($this->parameters[$name]);
}