Fix bug #70687 (Month List for 5775 Incorrect)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342993 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-09-03 16:32:09 +00:00
parent 185a9f6255
commit b03454fec4

View file

@ -30,7 +30,12 @@
<term><parameter>month</parameter></term>
<listitem>
<para>
The month as a number from 1 to 13
The month as a number from <literal>1</literal> to <literal>13</literal>,
where <literal>1</literal> means <literal>Tishri</literal>,
<literal>13</literal> means <literal>Elul</literal>, and
<literal>6</literal> <emphasis>and</emphasis> <literal>7</literal> mean
<literal>Adar</literal> in regular years, but <literal>Adar I</literal>
and <literal>Adar II</literal>, respectively, in leap years.
</para>
</listitem>
</varlistentry>