diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-02-09 20:43:05 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-02-09 20:43:05 +0000 |
commit | f98ea4c46d06ab206ee93b53fb48744fa3888bc9 (patch) | |
tree | 7492b3c578cc288fcce4ad76c837693be1197eff /ext/standard/file.h | |
parent | 8b5bc3ecd3c6049ad930012fe6a4cbe1f02182b7 (diff) | |
download | php-git-f98ea4c46d06ab206ee93b53fb48744fa3888bc9.tar.gz |
Added feature request #9173 (added stream_get_line(), this function will
read either the specified number of bytes or until the ending string is
found).
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 28fca3b304..ae379cb6a1 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -60,6 +60,7 @@ PHP_FUNCTION(stream_select); PHP_FUNCTION(stream_set_timeout); PHP_FUNCTION(stream_set_write_buffer); PHP_FUNCTION(stream_get_wrappers); +PHP_FUNCTION(stream_get_line); PHP_FUNCTION(get_meta_tags); PHP_FUNCTION(flock); PHP_FUNCTION(fd_set); |