diff options
author | Thies C. Arntzen <thies@php.net> | 2000-06-06 12:16:44 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-06-06 12:16:44 +0000 |
commit | 10eb67a3aac6cd78d69ed98a6fc1e1380df652ff (patch) | |
tree | 3ea1d68be97a006ffbc7466109dfd75c551651cf /ext/standard/file.h | |
parent | 8ed100e5c56cfeb21d278f285a697bce8722064f (diff) | |
download | php-git-10eb67a3aac6cd78d69ed98a6fc1e1380df652ff.tar.gz |
@- 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().
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r-- | ext/standard/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index b2ff0f4f22..334e69af2b 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -49,6 +49,7 @@ PHP_FUNCTION(fgets); PHP_FUNCTION(fgetss); PHP_FUNCTION(fgetcsv); PHP_FUNCTION(fwrite); +PHP_FUNCTION(fflush); PHP_FUNCTION(rewind); PHP_FUNCTION(ftell); PHP_FUNCTION(fseek); |