|
PHP5中文手册
checkdate(PHP 4, PHP 5) checkdate — 验证一个格里高里日期 说明
bool checkdate
( int $month
, int $day
, int $year
)
如果给出的日期有效则返回 TRUE,否则返回 FALSE。检查由参数构成的日期的合法性。日期在以下情况下被认为有效:
Example#1 checkdate() 例子
<?php 上例将输出:
参见 mktime() 和 strtotime()。 |