summaryrefslogtreecommitdiff
path: root/README.STREAMS
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-11 18:05:22 +0000
committerMarcus Boerger <helly@php.net>2002-11-11 18:05:22 +0000
commitb94a7690365dbb87b2113cf2191b8a9c80346a18 (patch)
tree8cb4cfa5205f384913b61242ca550ef80cd458ef /README.STREAMS
parentaec6258a1777ee5052548122c53dbd00de544aea (diff)
downloadphp-git-b94a7690365dbb87b2113cf2191b8a9c80346a18.tar.gz
forgot to add fprintf in list
Diffstat (limited to 'README.STREAMS')
-rw-r--r--README.STREAMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.STREAMS b/README.STREAMS
index 1329dad6d4..16108cc822 100644
--- a/README.STREAMS
+++ b/README.STREAMS
@@ -39,7 +39,7 @@ PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence);
PHPAPI off_t php_stream_tell(php_stream * stream);
These (should) behave in the same way as the ANSI stdio functions with similar
-names: fread, fwrite, feof, fgetc, fgets, fclose, fflush, fseek, ftell.
+names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell.
Opening Streams
===============