smasiello Tue Feb 27 05:49:39 2001 EDT
Modified files:
/phpdoc/en/functions mcal.xml
Log:
fixed function prototype and added possible return values for mcal_day_of_week
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: phpdoc/en/functions/mcal.xml
diff -u phpdoc/en/functions/mcal.xml:1.15 phpdoc/en/functions/mcal.xml:1.16
--- phpdoc/en/functions/mcal.xml:1.15 Tue Feb 20 10:28:34 2001
+++ phpdoc/en/functions/mcal.xml Tue Feb 27 05:49:38 2001
@@ -864,7 +864,7 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
- <funcdef>int <function>mcal_</function></funcdef>
+ <funcdef>int <function>mcal_day_of_week</function></funcdef>
<paramdef>int <parameter>year</parameter></paramdef>
<paramdef>int <parameter>month</parameter></paramdef>
<paramdef>int <parameter>day</parameter></paramdef>
@@ -873,6 +873,8 @@
<para>
<function>mcal_day_of_week</function> returns the day of the week
of the given date.
+
+ Possible return values range from 0 for Sunday through 6 for Saturday.
</para>
</refsect1>
</refentry>