PHP Doku:: Converts a variant date/time value to Unix timestamp - function.variant-date-to-timestamp.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzWindowsbasierte ErweiterungenCOM and .Net (Windows)COM Funktionenvariant_date_to_timestamp

Ein Service von Reinhard Neidl - Webprogrammierung.

COM Funktionen

<<variant_date_from_timestamp

variant_div>>

variant_date_to_timestamp

(PHP 5)

variant_date_to_timestampConverts a variant date/time value to Unix timestamp

Beschreibung

int variant_date_to_timestamp ( variant $variant )

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) Ortszeit/Datum
  • strftime() - Formatiert eine Zeit-/Datumsangabe nach den lokalen Einstellungen


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)