mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
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:
parent
8b5bc3ecd3
commit
f98ea4c46d
5 changed files with 69 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue