((A questing in OPN/#php brought up the following issue))

So we've got all these streams in php now, but (for all I can tell) no
Streams section in the manual reference.  Is anyone working on documenting
these already?  Most functions seem to be ported versions of already
existing functions (socket_*, f*, etc...).  I'd be happy to start work on
making manual pages for these functions, but I don't want to go all
willy-nilly creating whole new sections in the manual without checking
first.

A quick rgrep shows the following stream_* functions:

stream_get_meta_data
stream_select
stream_context_get_options
stream_context_set_option
stream_context_set_params
stream_context_create
stream_filter_prepend
stream_filter_append
stream_set_blocking
stream_set_timeout
stream_set_write_buffer
stream_register_wrapper
stream_register_filter

-Pollita




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to