PHP 8.5.0 Alpha 2 available for testing

OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampDefine el timestamp

Descripción

public OAuth::setTimestamp(string $timestamp): mixed

Define el timestamp OAuth para las próximas peticiones.

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

timestamp

El timestamp.

Valores devueltos

Retorna true, o false si timestamp es inválido.

Historial de cambios

Versión Descripción
PECL oauth 1.0.0 Antes de esta versión, null era devuelto en lugar de false.

Ver también

add a note

User Contributed Notes

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