mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixed checkdate() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31797 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2e10e2054b
commit
bbc43ad99a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<refentry id="function.checkdate">
|
||||
<refnamediv>
|
||||
<refname>checkdate</refname>
|
||||
<refpurpose>Validate a date/time</refpurpose>
|
||||
<refpurpose>Validate a gregorian date/time</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
year is between 0 and 32767 inclusive
|
||||
year is between 1 and 32767 inclusive
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue