mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fseek: add note about seeking relative to SEEK_END
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65625 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
082fdcf004
commit
16b8e8cef7
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.101 $ -->
|
||||
<!-- $Revision: 1.102 $ -->
|
||||
<reference id="ref.filesystem">
|
||||
<title>Filesystem functions</title>
|
||||
<titleabbrev>Filesystem</titleabbrev>
|
||||
|
@ -1562,7 +1562,9 @@ luigi florist it
|
|||
Set position to current location plus
|
||||
<parameter>offset</parameter>.</member> <member>SEEK_END - Set
|
||||
position to end-of-file plus
|
||||
<parameter>offset</parameter>.</member>
|
||||
<parameter>offset</parameter>. (To move to a position before the
|
||||
end-of-file, you need to pass a negative value in
|
||||
<parameter>offset</parameter>.)</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<para>If <parameter>whence is not specified, it is assumed to be
|
||||
|
|
Loading…
Reference in a new issue