From 10eb67a3aac6cd78d69ed98a6fc1e1380df652ff Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Tue, 6 Jun 2000 12:16:44 +0000 Subject: @- added fflush() function. (Eric Huss) # the socket fsync() might not work on Win32. # # i'm not sure if we need any code for flushing sockets as they are # currently alway written via write(). --- ext/standard/basic_functions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/basic_functions.c') diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index ee38b43c9d..f994b70545 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -361,6 +361,7 @@ function_entry basic_functions[] = { PHP_FE(fstat, NULL) PHP_FE(fseek, NULL) PHP_FE(ftell, NULL) + PHP_FE(fflush, NULL) PHP_FE(fwrite, NULL) PHP_FALIAS(fputs, fwrite, NULL) PHP_FE(mkdir, NULL) -- cgit v1.2.1