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).
This commit is contained in:
Ilia Alshanetsky 2003-02-09 20:43:05 +00:00
parent 8b5bc3ecd3
commit f98ea4c46d
5 changed files with 69 additions and 0 deletions

View file

@ -681,6 +681,7 @@ function_entry basic_functions[] = {
PHP_FALIAS(socket_set_blocking, stream_set_blocking, NULL)
PHP_FE(stream_get_meta_data, NULL)
PHP_FE(stream_get_line, NULL)
PHP_FE(stream_register_wrapper, NULL)
PHP_FE(stream_get_wrappers, NULL)
PHP_FE(get_headers, NULL)