PHP Doku:: Set the nonce for subsequent requests - oauth.setnonce.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzWeb ServicesOAuthThe OAuth classOAuth::setNonce

Ein Service von Reinhard Neidl - Webprogrammierung.

The OAuth class

<<OAuth::setCAPath

OAuth::setRequestEngine>>

OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Beschreibung

public mixed OAuth::setNonce ( string $nonce )

Sets the nonce for all subsequent requests.

Parameter-Liste

nonce

The value for oauth_nonce.

Rückgabewerte

Returns TRUE on success, or FALSE if the nonce is considered invalid.

Changelog

Version Beschreibung
1.0.0 Gab früher bei einem Fehler NULL anstelle von FALSE zurück.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)