mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Utilize <initializer>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296834 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
11c3994c5a
commit
1d2f019c2f
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue