|
mktime
| Format:
mktime ( object ) |
Purpose:
Get the seconds since 00:00:00 UTC, January 1, 1970 from
an object that contains the broken down time as returned by gmtime() or localtime().
The structure of a broken down time object is described in localtime().
Return Values:
Returns an integer denoting the seconds since 00:00:00 UTC, January 1, 1970.
Example:
heitml input:
<let x=caltime(); ? x><br >
<? mktime(localtime(x))>
| resulting output:
1231547241
1231547241
|
See Also:
caltime(), gmtime(), localtime(), strftime().
This page was dynamically generated by
heitml
© 1996-2009 H.E.I. All Rights Reserved
|