PHP 8.3.4 Released!

variant_date_from_timestamp

(PHP 5, PHP 7, PHP 8)

variant_date_from_timestampRetourne une représentation date en variant d'un timestamp Unix

Description

variant_date_from_timestamp(int $timestamp): variant

Convertit timestamp depuis un timestamp Unix vers le type variant VT_DATE. Cela permet une interopérabilité plus facile des systèmes Unix de PHP et COM.

Liste de paramètres

timestamp

Un timestamp Unix.

Valeurs de retour

Retourne un variant VT_DATE.

Voir aussi

add a note

User Contributed Notes

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