]> granicus.if.org Git - php/commitdiff
forgot to add fprintf in list
authorMarcus Boerger <helly@php.net>
Mon, 11 Nov 2002 18:05:22 +0000 (18:05 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 11 Nov 2002 18:05:22 +0000 (18:05 +0000)
README.STREAMS

index 1329dad6d4f881f108dc56b113da4278d8f4bd9d..16108cc8224793819113b3d10a6fbb9380be10a5 100644 (file)
@@ -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
 ===============