| |
caltime
Purpose:
Get the seconds since 00:00:00 UTC, January 1, 1970.
Return Values:
Returns an integer denoting the seconds since 00:00:00 UTC, January 1, 1970.
Example:
| input: | resulting output:
| <? caltime()> | 1210551075 |
See Also:
difftime(), gmtime(), localtime(), mktime(), strftime(), strptime().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
© 1996-2008 H.E.I. All Rights Reserved.
|