From 3a5495c77c5e861199675e60416355f7339a32e3 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Sun, 10 Feb 2002 02:38:43 +0000 Subject: [PATCH] Hmm...fgets()'s second parameter is only optional in cvs, so far. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69891 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 18faf5c316..09a098f54c 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -598,7 +598,7 @@ fclose ($fp); The length parameter is only optional in - PHP 4.1.0 and newer versions. + PHP 4.2.0-dev and newer versions.