variant_date_to_timestamp
(PHP 5)
variant_date_to_timestamp — Converts a variant date/time value to Unix timestamp
Beschreibung
Converts variant from a VT_DATE (or similar) value into a Unix timestamp. This allows easier interopability between the Unix-ish parts of PHP and COM.
Parameter-Liste
- variant
-
The variant.
Rückgabewerte
Returns a unix timestamp.
Siehe auch
- variant_date_from_timestamp() - Returns a variant date representation of a Unix timestamp
- date() - Formatiert ein(e) angegebene(s) Zeit/Datum
- strftime() - Formatiert eine Zeit-/Datumsangabe nach den lokalen Einstellungen
variant_date_to_timestamp
There are no user contributed notes for this page.
