OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Опис

public mixed OAuth::setTimestamp ( string $timestamp )

Sets the OAuth timestamp for subsequent requests.

Увага

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

Параметри

timestamp

The timestamp.

Значення, що повертаються

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

Журнал Змін

Версія Опис
1.0.0 Раніше повертався NULL в разі помилки, замість FALSE.

Прогляньте Також

add a note add a note

User Contributed Notes

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