diff options
| author | Marcus Boerger <helly@php.net> | 2006-07-15 15:08:41 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-07-15 15:08:41 +0000 |
| commit | 9c30e20bd672b7c8ef53257705e9010dd29b656f (patch) | |
| tree | 003ea112037c0fc8241f19c4af80df7cc5c88c5b /ext/standard/file.h | |
| parent | bb3c702162f2f67a2e7187dae621aed071c8b5f3 (diff) | |
| download | php-git-9c30e20bd672b7c8ef53257705e9010dd29b656f.tar.gz | |
- MFH Implement todo: SplFileObject: ability to set the CSV separator per object
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 099a6ddbcc..9d1836141d 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -74,6 +74,7 @@ PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC); PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC); PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC); PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC); +PHPAPI void php_fgetcsv(php_stream *stream, char delimiter, char enclosure, size_t buf_len, char *buf, zval *return_value TSRMLS_DC); #define META_DEF_BUFSIZE 8192 |
