PHP 8.5.0 Alpha 1 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 no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

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 devolvía null en caso de falla, en lugar de false.

Ver también

add a note

User Contributed Notes

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