diff options
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 dfcf79561c..3f76cbf211 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -39,6 +39,7 @@ PHPAPI PHP_FUNCTION(fgets); PHP_FUNCTION(fscanf); PHPAPI PHP_FUNCTION(fgetss); PHP_FUNCTION(fgetcsv); +PHP_FUNCTION(fputcsv); PHPAPI PHP_FUNCTION(fwrite); PHPAPI PHP_FUNCTION(fflush); PHPAPI PHP_FUNCTION(rewind); |