(PECL OAuth >= 1.0.0)
OAuth::setTimestamp — Set the timestamp
Sets the OAuth timestamp for subsequent requests.
Esta função não está documentada; apenas a lista de argumentos está disponível.
timestamp
The timestamp.
Returns true
, unless the timestamp
is invalid, in which
case false
is returned.
Versão | Descrição |
---|---|
PECL oauth 1.0.0 |
Anteriormente, retornava null em caso de falha, em vez de false .
|