@- 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().
This commit is contained in:
Thies C. Arntzen 2000-06-06 12:16:44 +00:00
parent 8ed100e5c5
commit 10eb67a3aa
3 changed files with 39 additions and 0 deletions

View file

@ -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)