]> granicus.if.org Git - php/commitdiff
add fprintf replacement: tested, working, used
authorMarcus Boerger <helly@php.net>
Wed, 6 Nov 2002 01:56:51 +0000 (01:56 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 6 Nov 2002 01:56:51 +0000 (01:56 +0000)
README.STREAMS

index 0d37277c6108caa88defa62df7428fb7bc8d4e51..1329dad6d4f881f108dc56b113da4278d8f4bd9d 100644 (file)
@@ -28,6 +28,8 @@ The main functions are:
 PHPAPI size_t php_stream_read(php_stream * stream, char * buf, size_t count);
 PHPAPI size_t php_stream_write(php_stream * stream, const char * buf, size_t
         count);
+PHPAPI size_t php_stream_printf(php_stream * stream TSRMLS_DC, 
+        const char * fmt, ...);
 PHPAPI int php_stream_eof(php_stream * stream);
 PHPAPI int php_stream_getc(php_stream * stream);
 PHPAPI char *php_stream_gets(php_stream * stream, char *buf, size_t maxlen);