variant_date_from_timestamp

(PHP 5, PHP 7, PHP 8)

variant_date_from_timestampReturns a variant date representation of a Unix timestamp

Descripción

variant_date_from_timestamp(int$timestamp): variant

Converts timestamp from a unix timestamp value into a variant of type VT_DATE. This allows easier interopability between the unix-ish parts of PHP and COM.

Parámetros

timestamp

A unix timestamp.

Valores devueltos

Returns a VT_DATE variant.

Ver también

To Top