array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'oauth.setnonce.php', 1 => 'OAuth::setNonce', 2 => 'Set the nonce for subsequent requests', ), 'up' => array ( 0 => 'class.oauth.php', 1 => 'OAuth', ), 'prev' => array ( 0 => 'oauth.setcapath.php', 1 => 'OAuth::setCAPath', ), 'next' => array ( 0 => 'oauth.setrequestengine.php', 1 => 'OAuth::setRequestEngine', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/oauth/oauth/setnonce.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL OAuth >= 0.99.1)
OAuth::setNonce — Set the nonce for subsequent requests
Sets the nonce for all subsequent requests.
nonce
The value for oauth_nonce.
Versione | Descrizione |
---|---|
PECL oauth 1.0.0 |
Prima di questa versione restituiva null in caso di errore, invece di false .
|