From 9c461fa1dc436327d10aabde7dd8b8a1535ae51f Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 10 Feb 2002 00:18:53 +0000 Subject: [PATCH] fgets() second param is not optional git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69868 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 42b0fd61f4..28928e4c39 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -556,7 +556,7 @@ fclose ($fp); stringfgets intfp - intlength + intlength Returns a string of up to length - 1 bytes read from the file