Mention these not only in changelogs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334560 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciej Sobaczewski 2014-08-18 10:10:20 +00:00
parent 4a0ea56892
commit 361be30820
4 changed files with 26 additions and 6 deletions

View file

@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>easter_date</methodname>
<methodparam choice="opt"><type>int</type><parameter>year</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>year</parameter><initializer>date("Y")</initializer></methodparam>
</methodsynopsis>
<para>
Returns the Unix timestamp corresponding to midnight on Easter of
@ -47,7 +47,8 @@
<term><parameter>year</parameter></term>
<listitem>
<para>
The year as a number between 1970 an 2037
The year as a number between 1970 an 2037. If omitted, defaults to the
current year according to the local time.
</para>
</listitem>
</varlistentry>

View file

@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>easter_days</methodname>
<methodparam choice="opt"><type>int</type><parameter>year</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>year</parameter><initializer>date("Y")</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>method</parameter><initializer>CAL_EASTER_DEFAULT</initializer></methodparam>
</methodsynopsis>
<para>
@ -49,7 +49,8 @@
<term><parameter>year</parameter></term>
<listitem>
<para>
The year as a positive number
The year as a positive number. If omitted, defaults to the
current year according to the local time.
</para>
</listitem>
</varlistentry>

View file

@ -87,6 +87,15 @@
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<simpara>
This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.
</simpara>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View file

@ -14,8 +14,8 @@
<methodparam choice="opt"><type>int</type><parameter>rownumber</parameter></methodparam>
</methodsynopsis>
<para>
Fetch an <type>object</type> from an ODBC query. See the changelog below
for when this function is available.
Fetch an <type>object</type> from an ODBC query. See the
changelog below for when this function is available.
</para>
</refsect1>
@ -87,6 +87,15 @@
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<simpara>
This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.
</simpara>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>