. .

PHP

» PHP 5 »

, . mktime() - 14.6.

14.6.

‹html›
‹head›
‹title› ‹/title›
‹/head›
‹body›
‹?php
$hour = 0;
$minute = 0;
$second = 0;
$month = 5;
$day = 5;
$year = 1954;
// Windows,
echo mktime($hour, $minute, $second, $month, $day, $year);
?›
‹/body›
‹/html›

, 1954 . . Integer 2 147 483 647, 2 038 mktime().