(PECL OAuth >= 1.0.0)
Set the timestamp
public mixed OAuth::setTimestamp ( string $timestamp )
Sets the OAuth timestamp for subsequent requests.
Parameters:
timestamp
The timestamp.
Returns:
Returns TRUE
, unless the timestamp
is invalid, in which case FALSE
is returned.
This function is currently not documented; only its argument list is available.
Changelog:
1.0.0
Previously returned NULL
on failure, instead of FALSE
.
See also:
Please login to continue.