Better language for the ftell() description

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265018 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Davey Shafik 2008-08-18 00:14:18 +00:00
parent 3dc1dba3ea
commit 0a1a5f3ba4

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ftell">
<refnamediv>
<refname>ftell</refname>
<refpurpose>Tells file pointer read/write position</refpurpose>
<refpurpose>Returns the current position of the file read/write pointer</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -13,7 +13,7 @@
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
</methodsynopsis>
<para>
Tells the file pointer read/write position.
Returns the position of the file pointer referenced by <parameter>handle</parameter>.
</para>
</refsect1>
@ -40,7 +40,7 @@
&reftitle.returnvalues;
<para>
Returns the position of the file pointer referenced by
<parameter>handle</parameter>; i.e., its offset into the file stream.
<parameter>handle</parameter> as an integer; i.e., its offset into the file stream.
</para>
<para>
If an error occurs, returns &false;.