PHP 8.4.6 Released!

variant_date_from_timestamp

(PHP 5, PHP 7, PHP 8)

variant_date_from_timestampDevuelve una representación de fecha en variant de un timestamp Unix

Descripción

variant_date_from_timestamp(int $timestamp): variant

Convierte timestamp desde un timestamp Unix al tipo variant VT_DATE. Esto permite una interoperabilidad más fácil entre los sistemas Unix de PHP y COM.

Parámetros

timestamp

Un timestamp Unix.

Valores devueltos

Devuelve un variant VT_DATE.

Ver también

add a note

User Contributed Notes

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