xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>PHP checkdate() 函数 实例 - 自学教程(runoops.com)</title>
</head>
<body>
var_dump(checkdate(12,31,-400));echo "<br>";
var_dump(checkdate(2,29,2003));echo "<br>";
var_dump(checkdate(2,29,2004));
</body>
</html>