PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

php_stream_filter_register_factory> <php_stream_open_wrapper_ex
Last updated: Sat, 17 Jul 2004

view this page in

php_stream_open_wrapper_as_file

(no version information, might be only in CVS)

php_stream_open_wrapper_as_file -- Opens a stream on a file or URL, and converts to a FILE*

Description

FILE * php_stream_open_wrapper_as_file ( char * path, char * mode, int options, char ** opened)

php_stream_open_wrapper_as_file() is exactly like php_stream_open_wrapper(), but converts the stream into an ANSI stdio FILE* and returns that instead of the stream. This is a convenient shortcut for extensions that pass FILE* to third-party libraries.



add a note add a note User Contributed Notes
php_stream_open_wrapper_as_file
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites