From 1d2f019c2f9c324ad46be0db07209e10399a1526 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 26 Mar 2010 09:19:20 +0000 Subject: [PATCH] Utilize git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296834 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fseek.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reference/filesystem/functions/fseek.xml b/reference/filesystem/functions/fseek.xml index a0230db788..e3e0ec1428 100644 --- a/reference/filesystem/functions/fseek.xml +++ b/reference/filesystem/functions/fseek.xml @@ -12,7 +12,7 @@ intfseek resourcehandle intoffset - intwhence + intwhenceSEEK_SET Sets the file position indicator for the file referenced by @@ -58,10 +58,6 @@ SEEK_END - Set position to end-of-file plus offset. - - If whence is not specified, it is assumed to be - SEEK_SET. -