From 0a1a5f3ba4dacd037d29769f28405a31d2043ebd Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Mon, 18 Aug 2008 00:14:18 +0000 Subject: [PATCH] Better language for the ftell() description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265018 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/ftell.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/filesystem/functions/ftell.xml b/reference/filesystem/functions/ftell.xml index afc11338a4..2e7a57a1ca 100644 --- a/reference/filesystem/functions/ftell.xml +++ b/reference/filesystem/functions/ftell.xml @@ -1,9 +1,9 @@ - + ftell - Tells file pointer read/write position + Returns the current position of the file read/write pointer @@ -13,7 +13,7 @@ resourcehandle - Tells the file pointer read/write position. + Returns the position of the file pointer referenced by handle. @@ -40,7 +40,7 @@ &reftitle.returnvalues; Returns the position of the file pointer referenced by - handle; i.e., its offset into the file stream. + handle as an integer; i.e., its offset into the file stream. If an error occurs, returns &false;.