Utilize <initializer>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296834 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2010-03-26 09:19:20 +00:00
parent 11c3994c5a
commit 1d2f019c2f

View file

@ -12,7 +12,7 @@
<type>int</type><methodname>fseek</methodname>
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>whence</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>whence</parameter><initializer>SEEK_SET</initializer></methodparam>
</methodsynopsis>
<para>
Sets the file position indicator for the file referenced by
@ -58,10 +58,6 @@
<member><constant>SEEK_END</constant> - Set position to end-of-file plus <parameter>offset</parameter>.</member>
</simplelist>
</para>
<para>
If <parameter>whence</parameter> is not specified, it is assumed to be
<constant>SEEK_SET</constant>.
</para>
</listitem>
</varlistentry>
</variablelist>