mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
@- 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:
parent
8ed100e5c5
commit
10eb67a3aa
3 changed files with 39 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue