Add value of parameter defaults.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298746 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2010-04-29 01:50:10 +00:00
parent 03ab3321ba
commit 11ce78cab3
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
<modifier>public</modifier> <type>DateTime</type><methodname>DateTime::setISODate</methodname>
<methodparam><type>int</type><parameter>year</parameter></methodparam>
<methodparam><type>int</type><parameter>week</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>day</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>day</parameter><initializer>1</initializer></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
@ -22,7 +22,7 @@
<methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
<methodparam><type>int</type><parameter>year</parameter></methodparam>
<methodparam><type>int</type><parameter>week</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>day</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>day</parameter><initializer>1</initializer></methodparam>
</methodsynopsis>
<para>
Set a date according to the ISO 8601 standard - using weeks and day offsets

View file

@ -14,7 +14,7 @@
<modifier>public</modifier> <type>DateTime</type><methodname>DateTime::setTime</methodname>
<methodparam><type>int</type><parameter>hour</parameter></methodparam>
<methodparam><type>int</type><parameter>minute</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>second</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>second</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
@ -22,7 +22,7 @@
<methodparam><type>DateTime</type><parameter>object</parameter></methodparam>
<methodparam><type>int</type><parameter>hour</parameter></methodparam>
<methodparam><type>int</type><parameter>minute</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>second</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>second</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Resets the current time of the DateTime object to a different time.