OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Beskrivelse

public mixed OAuth::setTimestamp ( string $timestamp )

Sets the OAuth timestamp for subsequent requests.

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

timestamp

The timestamp.

Returnerings Værdier

Returns TRUE, unless the timestamp is invalid, in which case FALSE is returned.

ChangeLog

Version Beskrivelser
1.0.0 Previously returned NULL on failure, instead of FALSE.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top