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:
jim winstead 2001-12-18 20:56:38 +00:00
parent 082fdcf004
commit 16b8e8cef7

View file

@ -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