php_stream_open_wrapper_ex

(no version information, might be only in CVS)

php_stream_open_wrapper_ex -- Abre um fluxo em um arquivo ou URL, especificando um contexto

Descrição

php_stream * php_stream_open_wrapper_ex ( char * path, char * mode, int options, char ** opened, php_stream_context * context )

php_stream_open_wrapper_ex() é exatamente como php_stream_open_wrapper(), mas permite especificar um objeto php_stream_context usando context. Para achar mais sobre contextos de fluxos, veja To find out more about stream contexts, see Contextos de Fluxos.