summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-02-09 20:43:05 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-02-09 20:43:05 +0000
commitf98ea4c46d06ab206ee93b53fb48744fa3888bc9 (patch)
tree7492b3c578cc288fcce4ad76c837693be1197eff /ext/standard/file.h
parent8b5bc3ecd3c6049ad930012fe6a4cbe1f02182b7 (diff)
downloadphp-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.h1
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);