Description
int
mktime
( int hour, int minute, int second, int month, int day, int year
[, int is_dst])
הערה:
is_dst
was added in 3.0.10.
דוגמה
1
.
mktime(
)
example
|
Year
may be a two or four digit value, with values between 0-69
mapping to 2000-2069 and 70-99 to 1970-1999 (on systems where
time_t is a 32bit signed integer, as most common today, the valid
range for
year
is somewhere between 1902 and 2037).