Sounds appropriate to me.  Looks like only streams
information exists for dev/api people currently:

  http://www.php.net/streams

So in the end we will have php.net/streams going to
the API docs and php.net/stream going to the 
function reference (ref.stream).  Be sure to link 
each to one another! :)

There are many undocumented functions to document:

  http://zend.com/phpfunc/nodoku.php

That phpfunc hasn't updated since 4.3.0 but anyway 
we have some work to do it seems. :)

Regards,
Philip


On Thu, 2 Jan 2003, Sara Golemon wrote:

> ((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
> 


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

Reply via email to