variant_date_to_timestamp
(PHP 5)
variant_date_to_timestamp — Converts a variant date/time value to Unix timestamp
설명
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.
인수
- variant
-
The variant.
반환값
Returns a unix timestamp.
참고
- variant_date_from_timestamp() - Returns a variant date representation of a Unix timestamp
- date() - 로컬 날짜/시간을 형식화합니다
- strftime() - Format a local time/date according to locale settings
variant_date_to_timestamp
There are no user contributed notes for this page.
